diff options
| author | ssteele <devnull@localhost> | 2003-09-21 13:08:51 +0000 |
|---|---|---|
| committer | ssteele <devnull@localhost> | 2003-09-21 13:08:51 +0000 |
| commit | 84cfd8b15574344e75ebeba9ce486cf2fb3ae122 (patch) | |
| tree | 111e6a7a4642f7b0070c6328b651036cb206b1ab | |
| parent | af1a161c2731c002c3ddbbf2a885dea5585671f0 (diff) | |
| download | scintilla-mirror-84cfd8b15574344e75ebeba9ce486cf2fb3ae122.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 |
