aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-05-18 12:20:22 +0000
committernyamatongwe <unknown>2006-05-18 12:20:22 +0000
commit70ffac901f6c2a09b5232970e3e8d5bf4ec32e59 (patch)
treeca2b5e5fb368710df16a79e6d0fd72bd9468b320 /include/SciLexer.h
parent8efd08830aa8098032fc71917473d09079af71c2 (diff)
downloadscintilla-mirror-70ffac901f6c2a09b5232970e3e8d5bf4ec32e59.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