aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-02-09 05:37:02 +0000
committernyamatongwe <unknown>2001-02-09 05:37:02 +0000
commit8a6f12a8dfa093d162288ee814e4c24e680c06e6 (patch)
treecb856cfcba539749ed7402e5f792714d5b4f2635
parent8a656526b2fea060c3830f22b148bd494de786a0 (diff)
downloadscintilla-mirror-8a6f12a8dfa093d162288ee814e4c24e680c06e6.tar.gz
New lexclasses for Avenue from Alexey.
-rw-r--r--include/SciLexer.h11
-rw-r--r--include/Scintilla.iface13
2 files changed, 23 insertions, 1 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 63d4c078b..54c82c535 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -224,6 +224,17 @@
#define SCE_CONF_OPERATOR 7
#define SCE_CONF_IP 8
#define SCE_CONF_DIRECTIVE 9
+#define SCE_AVE_DEFAULT 0
+#define SCE_AVE_COMMENT 1
+#define SCE_AVE_NUMBER 2
+#define SCE_AVE_WORD 3
+#define SCE_AVE_KEYWORD 4
+#define SCE_AVE_STATEMENT 5
+#define SCE_AVE_STRING 6
+#define SCE_AVE_ENUM 7
+#define SCE_AVE_STRINGEOL 8
+#define SCE_AVE_IDENTIFIER 9
+#define SCE_AVE_OPERATOR 10
//--Autogenerated -- end of section automatically generated from Scintilla.iface
#endif
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d4e87af3b..b585c2a7c 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1342,7 +1342,18 @@ val SCE_CONF_STRING=6
val SCE_CONF_OPERATOR=7
val SCE_CONF_IP=8
val SCE_CONF_DIRECTIVE=9
-
+# Avenue
+val SCE_AVE_DEFAULT=0
+val SCE_AVE_COMMENT=1
+val SCE_AVE_NUMBER=2
+val SCE_AVE_WORD=3
+val SCE_AVE_KEYWORD=4
+val SCE_AVE_STATEMENT=5
+val SCE_AVE_STRING=6
+val SCE_AVE_ENUM=7
+val SCE_AVE_STRINGEOL=8
+val SCE_AVE_IDENTIFIER=9
+val SCE_AVE_OPERATOR=10
# Events