diff options
author | ssteele <unknown> | 2005-04-03 07:18:11 +0000 |
---|---|---|
committer | ssteele <unknown> | 2005-04-03 07:18:11 +0000 |
commit | 330aafe90d77f2248737da171b0c8d7409b631cb (patch) | |
tree | c3ebea8b67b5ca3b0e49f031399427f77f630b7d | |
parent | c64e96850bc5fcd14971d25ba1c3b0579c0715d3 (diff) | |
download | scintilla-mirror-330aafe90d77f2248737da171b0c8d7409b631cb.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 |