summaryrefslogtreecommitdiffstats
path: root/scintilla/include/SciLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/include/SciLexer.h')
-rw-r--r--scintilla/include/SciLexer.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/scintilla/include/SciLexer.h b/scintilla/include/SciLexer.h
index 6371b97..15fb3e6 100644
--- a/scintilla/include/SciLexer.h
+++ b/scintilla/include/SciLexer.h
@@ -117,6 +117,7 @@
#define SCLEX_COFFEESCRIPT 102
#define SCLEX_TCMD 103
#define SCLEX_AHK 200
+#define SCLEX_AVS 201
#define SCLEX_AUTOMATIC 1000
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1
@@ -1476,6 +1477,22 @@
#define SCE_AHK_WORD_UD 18
#define SCE_AHK_VARREFKW 19
#define SCE_AHK_ERROR 20
+#define SCE_AVS_DEFAULT 0
+#define SCE_AVS_COMMENTBLOCK 1
+#define SCE_AVS_COMMENTBLOCKN 2
+#define SCE_AVS_COMMENTLINE 3
+#define SCE_AVS_NUMBER 4
+#define SCE_AVS_OPERATOR 5
+#define SCE_AVS_IDENTIFIER 6
+#define SCE_AVS_STRING 7
+#define SCE_AVS_TRIPLESTRING 8
+#define SCE_AVS_STRINGEOL 9
+#define SCE_AVS_KEYWORD 10
+#define SCE_AVS_FILTER 11
+#define SCE_AVS_PLUGIN 12
+#define SCE_AVS_FUNCTION 13
+#define SCE_AVS_CLIPPROP 14
+#define SCE_AVS_USERDFN 15
#define SCE_A68K_DEFAULT 0
#define SCE_A68K_COMMENT 1
#define SCE_A68K_NUMBER_DEC 2