From dd79dcebb055358345a97c1c4482a8a5143b48b5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 22 Oct 2008 07:25:28 +0000 Subject: Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406 --- include/SciLexer.h | 3 +++ include/Scintilla.iface | 3 +++ 2 files changed, 6 insertions(+) (limited to 'include') 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. -- cgit v1.2.3