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 /include/SciLexer.h | |
parent | 61eafd331640b688eea9f687f23cd53d3a56a73a (diff) | |
download | scintilla-mirror-d1ef469f2ec1b3d7b70473389f93c65fe00744ba.tar.gz |
Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index defd72cfa..cc19f684d 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -103,6 +103,9 @@ #define SCLEX_POWERSHELL 88 #define SCLEX_MYSQL 89 #define SCLEX_PO 90 +#define SCLEX_TAL 91 +#define SCLEX_COBOL 92 +#define SCLEX_TACL 93 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 |