aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-05-18 12:20:22 +0000
committernyamatongwe <devnull@localhost>2006-05-18 12:20:22 +0000
commit00477cc3833791be94d5d95e9550bc5bb404f00f (patch)
treeca2b5e5fb368710df16a79e6d0fd72bd9468b320 /include/SciLexer.h
parent73c07e64b66da9509d202d2b95603ba8272a098f (diff)
downloadscintilla-mirror-00477cc3833791be94d5d95e9550bc5bb404f00f.tar.gz
Patch from Jos vanderZande that
Fixed the SentKey lexing logic in case of multiple sentkeys. Fixed issue with <> coloring as String in stead of Operator in rare occasions. Added support for AutoIt3 Standard UDF library (SCE_AU3_UDF)
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 b2a07127b..22d016d21 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -821,6 +821,7 @@
#define SCE_AU3_SPECIAL 12
#define SCE_AU3_EXPAND 13
#define SCE_AU3_COMOBJ 14
+#define SCE_AU3_UDF 15
#define SCE_APDL_DEFAULT 0
#define SCE_APDL_COMMENT 1
#define SCE_APDL_COMMENTBLOCK 2