diff options
author | ssteele <unknown> | 2003-10-16 13:28:14 +0000 |
---|---|---|
committer | ssteele <unknown> | 2003-10-16 13:28:14 +0000 |
commit | ad6c8e1ecb0df2f5c67c70231d67a1cba9bedff8 (patch) | |
tree | 2207bf22cfb644428660416e2d3cdbffc3c9eb80 | |
parent | a0b43abe46dca3ffd7fa1c6f75da97b3d614dce0 (diff) | |
download | scintilla-mirror-ad6c8e1ecb0df2f5c67c70231d67a1cba9bedff8.tar.gz |
Added PowerBasic and Forth 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 016bca029..265eddea0 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -186,6 +186,10 @@ SOURCE=..\src\LexEScript.cxx # End Source File # Begin Source File +SOURCE=..\src\LexForth.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexFortran.cxx # End Source File # Begin Source File @@ -234,6 +238,10 @@ SOURCE=..\src\LexPascal.cxx # End Source File # Begin Source File +SOURCE=..\src\LexPB.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexPerl.cxx # End Source File # Begin Source File |