aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-12-31 23:56:11 +0000
committernyamatongwe <devnull@localhost>2007-12-31 23:56:11 +0000
commit879cfbae9ba28080885e6943f8936a95e475606c (patch)
treeb4efc606bdcf84f0ec13115d47fb7922aa34ed01 /include/SciLexer.h
parent60447420a049f05722584c4875feeb86bfe02c42 (diff)
downloadscintilla-mirror-879cfbae9ba28080885e6943f8936a95e475606c.tar.gz
Added Magik lexer.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 2354aa876..1325c6ea2 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -99,6 +99,7 @@
#define SCLEX_ABAQUS 84
#define SCLEX_ASYMPTOTE 85
#define SCLEX_R 86
+#define SCLEX_MAGIK 87
#define SCLEX_AUTOMATIC 1000
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1
@@ -1203,6 +1204,23 @@
#define SCE_R_IDENTIFIER 9
#define SCE_R_INFIX 10
#define SCE_R_INFIXEOL 11
+#define SCE_MAGIK_DEFAULT 0
+#define SCE_MAGIK_COMMENT 1
+#define SCE_MAGIK_HYPER_COMMENT 16
+#define SCE_MAGIK_STRING 2
+#define SCE_MAGIK_CHARACTER 3
+#define SCE_MAGIK_NUMBER 4
+#define SCE_MAGIK_IDENTIFIER 5
+#define SCE_MAGIK_OPERATOR 6
+#define SCE_MAGIK_FLOW 7
+#define SCE_MAGIK_CONTAINER 8
+#define SCE_MAGIK_BRACKET_BLOCK 9
+#define SCE_MAGIK_BRACE_BLOCK 10
+#define SCE_MAGIK_SQBRACKET_BLOCK 11
+#define SCE_MAGIK_UNKNOWN_KEYWORD 12
+#define SCE_MAGIK_KEYWORD 13
+#define SCE_MAGIK_PRAGMA 14
+#define SCE_MAGIK_SYMBOL 15
#define SCLEX_ASP 29
#define SCLEX_PHP 30
//--Autogenerated -- end of section automatically generated from Scintilla.iface