diff options
| author | nyamatongwe <devnull@localhost> | 2008-10-22 07:25:28 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2008-10-22 07:25:28 +0000 |
| commit | d1ef469f2ec1b3d7b70473389f93c65fe00744ba (patch) | |
| tree | 400aecaa85e0260c58f8c3465cf1a3994155abe4 /vcbuild | |
| parent | 61eafd331640b688eea9f687f23cd53d3a56a73a (diff) | |
| download | scintilla-mirror-d1ef469f2ec1b3d7b70473389f93c65fe00744ba.tar.gz | |
Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406
Diffstat (limited to 'vcbuild')
| -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 |
