aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-01-23 17:33:32 +1100
committernyamatongwe <devnull@localhost>2012-01-23 17:33:32 +1100
commit4a7c38fed53a5b733842e6230f683237ca58a8d5 (patch)
tree33e0905ce78c2fb0f581c21ce026c71de8d7c051 /include/SciLexer.h
parent9f7103b95221dc5e96f26049ae191254c428b509 (diff)
downloadscintilla-mirror-4a7c38fed53a5b733842e6230f683237ca58a8d5.tar.gz
Lexer for AviSynth from Bruno Barbieri. Feature #3475611.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 6878c0e5a..2758b92bf 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -116,6 +116,7 @@
#define SCLEX_MODULA 101
#define SCLEX_COFFEESCRIPT 102
#define SCLEX_TCMD 103
+#define SCLEX_AVS 104
#define SCLEX_AUTOMATIC 1000
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1
@@ -1517,6 +1518,21 @@
#define SCE_COFFEESCRIPT_COMMENTBLOCK 22
#define SCE_COFFEESCRIPT_VERBOSE_REGEX 23
#define SCE_COFFEESCRIPT_VERBOSE_REGEX_COMMENT 24
+#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_KEYWORD 9
+#define SCE_AVS_FILTER 10
+#define SCE_AVS_PLUGIN 11
+#define SCE_AVS_FUNCTION 12
+#define SCE_AVS_CLIPPROP 13
+#define SCE_AVS_USERDFN 14
/* --Autogenerated -- end of section automatically generated from Scintilla.iface */
#endif