aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-05-29 23:12:23 +0000
committernyamatongwe <devnull@localhost>2004-05-29 23:12:23 +0000
commit8fba478c44b88995042ff64f59bad01ba16703aa (patch)
tree28594ead385a4832365479658037f00fa2ead974 /include/SciLexer.h
parent9e3117b190798fb5582122a32e0692066628db0e (diff)
downloadscintilla-mirror-8fba478c44b88995042ff64f59bad01ba16703aa.tar.gz
Updated AutoIt3 lexer from Jos.
Handles folding by syntax rathe rthan indentation.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 5c8307a59..c3e936e48 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -726,6 +726,7 @@
#define SCE_AU3_VARIABLE 9
#define SCE_AU3_SENT 10
#define SCE_AU3_PREPROCESSOR 11
+#define SCE_AU3_SPECIAL 12
#define SCE_APDL_DEFAULT 0
#define SCE_APDL_COMMENT 1
#define SCE_APDL_COMMENTBLOCK 2