diff options
author | ssteele <devnull@localhost> | 2005-04-03 07:18:11 +0000 |
---|---|---|
committer | ssteele <devnull@localhost> | 2005-04-03 07:18:11 +0000 |
commit | 11eccd3e2ff9607821bebbcdf79ea65f839106ea (patch) | |
tree | c3ebea8b67b5ca3b0e49f031399427f77f630b7d | |
parent | 50e3be1cfe357ed70be3616ffdd39f1e6d88d4fc (diff) | |
download | scintilla-mirror-11eccd3e2ff9607821bebbcdf79ea65f839106ea.tar.gz |
Added Haskell, Caml, and Basic lexers.
-rw-r--r-- | vcbuild/SciLexer.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index e41464cbd..752e43d9c 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -170,10 +170,18 @@ SOURCE=..\src\LexBash.cxx # End Source File # Begin Source File +SOURCE=..\src\LexBasic.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexBullant.cxx # End Source File # Begin Source File +SOURCE=..\src\LexCaml.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexCLW.cxx # End Source File # Begin Source File @@ -218,6 +226,10 @@ SOURCE=..\src\LexGui4Cli.cxx # End Source File # Begin Source File +SOURCE=..\src\LexHaskell.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexHTML.cxx # End Source File # Begin Source File |