aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-05-29 23:12:23 +0000
committernyamatongwe <unknown>2004-05-29 23:12:23 +0000
commitde52429589e050226b44d3bd6889cdb765e859ed (patch)
tree28594ead385a4832365479658037f00fa2ead974 /include/SciLexer.h
parent6d2d54f62dc05880392734711cd1de043a4b6f85 (diff)
downloadscintilla-mirror-de52429589e050226b44d3bd6889cdb765e859ed.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