diff options
author | ssteele <unknown> | 2003-09-27 13:02:11 +0000 |
---|---|---|
committer | ssteele <unknown> | 2003-09-27 13:02:11 +0000 |
commit | b715a0bb5b9552b851134590cafaadb50b1507c1 (patch) | |
tree | 2aa2c06bc907ae3f80ac450c519fe5f8113a35e7 | |
parent | f10f7c3b7279b9309500c54d9620cb43a7ba2c90 (diff) | |
download | scintilla-mirror-b715a0bb5b9552b851134590cafaadb50b1507c1.tar.gz |
Added TeX and Metapost 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 032329f35..016bca029 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -210,6 +210,10 @@ SOURCE=..\src\LexMatlab.cxx # End Source File # Begin Source File +SOURCE=..\src\LexMetapost.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexMMIXAL.cxx # End Source File # Begin Source File @@ -258,6 +262,10 @@ SOURCE=..\src\LexSQL.cxx # End Source File # Begin Source File +SOURCE=..\src\LexTeX.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexVB.cxx # End Source File # Begin Source File |