aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-04-25 22:55:40 +0000
committernyamatongwe <devnull@localhost>2004-04-25 22:55:40 +0000
commita65af172987f4b7665496750048cf74d079a31b5 (patch)
treef6e028baa5627c42801548fe9aefa933893cc70b /include/SciLexer.h
parent652f9bd1cf00ce68fc4550851d79443868302a01 (diff)
downloadscintilla-mirror-a65af172987f4b7665496750048cf74d079a31b5.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