diff options
author | ssteele <devnull@localhost> | 2003-10-16 13:28:14 +0000 |
---|---|---|
committer | ssteele <devnull@localhost> | 2003-10-16 13:28:14 +0000 |
commit | 43959c67f3e45a5c0c6edc0789dcd860a93894e3 (patch) | |
tree | 2207bf22cfb644428660416e2d3cdbffc3c9eb80 | |
parent | 4a940a4aadb96ff947543c7e579add09652f5ffa (diff) | |
download | scintilla-mirror-43959c67f3e45a5c0c6edc0789dcd860a93894e3.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 |