diff options
| author | nyamatongwe <unknown> | 2008-10-22 07:25:28 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2008-10-22 07:25:28 +0000 |
| commit | dd79dcebb055358345a97c1c4482a8a5143b48b5 (patch) | |
| tree | 400aecaa85e0260c58f8c3465cf1a3994155abe4 /vcbuild/SciLexer.dsp | |
| parent | 76402e71b6bb122be4a5f57495f1eaefa822c7e8 (diff) | |
| download | scintilla-mirror-dd79dcebb055358345a97c1c4482a8a5143b48b5.tar.gz | |
Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406
Diffstat (limited to 'vcbuild/SciLexer.dsp')
| -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 13f88b5eb..a0c109edb 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -206,6 +206,10 @@ SOURCE=..\src\LexCmake.cxx # End Source File # Begin Source File +SOURCE=..\src\LexCOBOL.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexConf.cxx # End Source File # Begin Source File @@ -402,6 +406,14 @@ SOURCE=..\src\LexTADS3.cxx # End Source File # Begin Source File +SOURCE=..\src\LexTACL.cxx +# End Source File +# Begin Source File + +SOURCE=..\src\LexTAL.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexTCL.cxx # End Source File # Begin Source File |
