aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
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
parent9e3117b190798fb5582122a32e0692066628db0e (diff)
downloadscintilla-mirror-8fba478c44b88995042ff64f59bad01ba16703aa.tar.gz
Updated AutoIt3 lexer from Jos.
Handles folding by syntax rathe rthan indentation.
Diffstat (limited to 'include')
-rw-r--r--include/SciLexer.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 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
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 6a5e54237..a430db791 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2495,6 +2495,7 @@ val SCE_AU3_OPERATOR=8
val SCE_AU3_VARIABLE=9
val SCE_AU3_SENT=10
val SCE_AU3_PREPROCESSOR=11
+val SCE_AU3_SPECIAL=12
# Lexical states for SCLEX_APDL
lex APDL=SCLEX_APDL SCE_APDL_
val SCE_APDL_DEFAULT=0