aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-10-22 07:25:28 +0000
committernyamatongwe <unknown>2008-10-22 07:25:28 +0000
commitdd79dcebb055358345a97c1c4482a8a5143b48b5 (patch)
tree400aecaa85e0260c58f8c3465cf1a3994155abe4 /include
parent76402e71b6bb122be4a5f57495f1eaefa822c7e8 (diff)
downloadscintilla-mirror-dd79dcebb055358345a97c1c4482a8a5143b48b5.tar.gz
Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406
Diffstat (limited to 'include')
-rw-r--r--include/SciLexer.h3
-rw-r--r--include/Scintilla.iface3
2 files changed, 6 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
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 35daa6420..1d4612a65 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2009,6 +2009,9 @@ val SCLEX_MAGIK=87
val SCLEX_POWERSHELL=88
val SCLEX_MYSQL=89
val SCLEX_PO=90
+val SCLEX_TAL=91
+val SCLEX_COBOL=92
+val SCLEX_TACL=93
# When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
# value assigned in sequence from SCLEX_AUTOMATIC+1.