diff options
author | ssteele <unknown> | 2003-09-21 13:08:51 +0000 |
---|---|---|
committer | ssteele <unknown> | 2003-09-21 13:08:51 +0000 |
commit | 987118eca9bfaf2b746b46f81a6df3d4ece1af43 (patch) | |
tree | 111e6a7a4642f7b0070c6328b651036cb206b1ab | |
parent | 844609d4567892cf9b725596e6589c31b2eadd0c (diff) | |
download | scintilla-mirror-987118eca9bfaf2b746b46f81a6df3d4ece1af43.tar.gz |
Added YAML and MPT lexers.
-rw-r--r-- | vcbuild/SciLexer.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index d78dc03c4..032329f35 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -214,6 +214,10 @@ SOURCE=..\src\LexMMIXAL.cxx # End Source File # Begin Source File +SOURCE=..\src\LexMPT.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexNsis.cxx # End Source File # Begin Source File @@ -258,6 +262,10 @@ SOURCE=..\src\LexVB.cxx # End Source File # Begin Source File +SOURCE=..\src\LexYAML.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LineMarker.cxx # End Source File # Begin Source File |