diff options
author | ssteele <devnull@localhost> | 2003-08-10 17:37:28 +0000 |
---|---|---|
committer | ssteele <devnull@localhost> | 2003-08-10 17:37:28 +0000 |
commit | a94d282b9755b0ba701cd291631b977a403fb06e (patch) | |
tree | 754635b57e15306767051fa1a2a32bd9f2194539 | |
parent | 92653e8514b1a5ba4e4c2ad63f3ed6db3b8e4f17 (diff) | |
download | scintilla-mirror-a94d282b9755b0ba701cd291631b977a403fb06e.tar.gz |
Added MMIX lexer.
-rw-r--r-- | vcbuild/SciLexer.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index d4b1df5f1..4d2018f35 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -206,6 +206,10 @@ SOURCE=..\src\LexMatlab.cxx # End Source File # Begin Source File +SOURCE=..\src\LexMMIXAL.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexNsis.cxx # End Source File # Begin Source File |