diff options
author | nyamatongwe <unknown> | 2000-11-08 22:55:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-11-08 22:55:22 +0000 |
commit | 549e14822e0483a9f989fd4d485bf19f6a4bf4df (patch) | |
tree | 27e30f4408a9792c3281df7468d31c6589b3983a | |
parent | aadefff50f1208f51ab0c77af54cf3347207a996 (diff) | |
download | scintilla-mirror-549e14822e0483a9f989fd4d485bf19f6a4bf4df.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 |