From f9214fba95e56ae03b5c0b4afa036bbb3dc554de Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 11 Sep 2001 00:29:38 +0000 Subject: Start of support for crontab lexer. --- include/SciLexer.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/SciLexer.h') diff --git a/include/SciLexer.h b/include/SciLexer.h index 591bd06aa..49ca762ae 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -40,6 +40,7 @@ #define SCLEX_EIFFEL 23 #define SCLEX_EIFFELKW 24 #define SCLEX_TCL 25 +#define SCLEX_NNCRONTAB 26 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 @@ -295,6 +296,17 @@ #define SCE_EIFFEL_OPERATOR 6 #define SCE_EIFFEL_IDENTIFIER 7 #define SCE_EIFFEL_STRINGEOL 8 +#define SCE_NNCRONTAB_DEFAULT 0 +#define SCE_NNCRONTAB_COMMENT 1 +#define SCE_NNCRONTAB_TASK 2 +#define SCE_NNCRONTAB_SECTION 3 +#define SCE_NNCRONTAB_KEYWORD 4 +#define SCE_NNCRONTAB_MODIFIER 5 +#define SCE_NNCRONTAB_ASTERISK 6 +#define SCE_NNCRONTAB_NUMBER 7 +#define SCE_NNCRONTAB_STRING 8 +#define SCE_NNCRONTAB_ENVIRONMENT 9 +#define SCE_NNCRONTAB_IDENTIFIER 10 //--Autogenerated -- end of section automatically generated from Scintilla.iface #endif -- cgit v1.2.3