diff options
author | nyamatongwe <devnull@localhost> | 2000-11-08 22:55:22 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-11-08 22:55:22 +0000 |
commit | ff143a55ec35a8f59970069e00e83785be0d5c3b (patch) | |
tree | 27e30f4408a9792c3281df7468d31c6589b3983a | |
parent | 0b95933be0c3ea9db3175e0bdd4b4837f49c9e3d (diff) | |
download | scintilla-mirror-ff143a55ec35a8f59970069e00e83785be0d5c3b.tar.gz |
Added new 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 3d96b70b9..7fdb1f665 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -134,6 +134,10 @@ SOURCE=..\src\KeyWords.cxx # End Source File # Begin Source File +SOURCE=..\src\LexConf.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexCPP.cxx # End Source File # Begin Source File @@ -150,6 +154,10 @@ SOURCE=..\src\LexOthers.cxx # End Source File # Begin Source File +SOURCE=..\src\LexPascal.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexPerl.cxx # End Source File # Begin Source File |