diff options
author | ssteele <unknown> | 2004-03-09 10:06:25 +0000 |
---|---|---|
committer | ssteele <unknown> | 2004-03-09 10:06:25 +0000 |
commit | a5a4544efdee354c70a253e72a6c3a6d7e6b5020 (patch) | |
tree | afbbefdc7da59f8723922579c9b9e1b4e82a2b6d | |
parent | 1f6de0c1ffd8128f6f8121214d29a01e9ffbad28 (diff) | |
download | scintilla-mirror-a5a4544efdee354c70a253e72a6c3a6d7e6b5020.tar.gz |
Added missing 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 d32f82618..359ed7739 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -198,10 +198,18 @@ SOURCE=..\src\LexFortran.cxx # End Source File # Begin Source File +SOURCE=..\src\LexGui4Cli.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexHTML.cxx # End Source File # Begin Source File +SOURCE=..\src\LexKix.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexLisp.cxx # End Source File # Begin Source File @@ -274,6 +282,10 @@ SOURCE=..\src\LexScriptol.cxx # End Source File # Begin Source File +SOURCE=..\src\LexSpecman.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexSQL.cxx # End Source File # Begin Source File |