aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-04-25 22:55:40 +0000
committernyamatongwe <unknown>2004-04-25 22:55:40 +0000
commit1a266a22443b49427e49a3dfedb2f1c84a4ca401 (patch)
treef6e028baa5627c42801548fe9aefa933893cc70b /include/SciLexer.h
parent1c7fbec8e3ad955cbff3a1821f2eb39897f6e73d (diff)
downloadscintilla-mirror-1a266a22443b49427e49a3dfedb2f1c84a4ca401.tar.gz
Extra state for AU3 lexer.
Updated comments.
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 f2384d433..5c8307a59 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -725,6 +725,7 @@
#define SCE_AU3_OPERATOR 8
#define SCE_AU3_VARIABLE 9
#define SCE_AU3_SENT 10
+#define SCE_AU3_PREPROCESSOR 11
#define SCE_APDL_DEFAULT 0
#define SCE_APDL_COMMENT 1
#define SCE_APDL_COMMENTBLOCK 2