diff options
author | ssteele <devnull@localhost> | 2004-04-27 09:22:04 +0000 |
---|---|---|
committer | ssteele <devnull@localhost> | 2004-04-27 09:22:04 +0000 |
commit | 816681de6b0d5ed45f6886dfaf18f35ef7c7d191 (patch) | |
tree | 94528df4851a14ff8839174a4f848243b2e17d59 | |
parent | c009cc2aa8817c6e0de696583ae2887e8c7c1d55 (diff) | |
download | scintilla-mirror-816681de6b0d5ed45f6886dfaf18f35ef7c7d191.tar.gz |
Added au3, adpl and bash 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 359ed7739..0a88f70a2 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -142,10 +142,18 @@ SOURCE=..\src\LexAda.cxx # End Source File # Begin Source File +SOURCE=..\src\LexAPDL.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexAsm.cxx # End Source File # Begin Source File +SOURCE=..\src\LexAU3.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexAVE.cxx # End Source File # Begin Source File @@ -154,6 +162,10 @@ SOURCE=..\src\LexBaan.cxx # End Source File # Begin Source File +SOURCE=..\src\LexBash.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexBullant.cxx # End Source File # Begin Source File |