diff options
| author | nyamatongwe <devnull@localhost> | 2006-05-18 12:20:22 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-05-18 12:20:22 +0000 |
| commit | 00477cc3833791be94d5d95e9550bc5bb404f00f (patch) | |
| tree | ca2b5e5fb368710df16a79e6d0fd72bd9468b320 /include | |
| parent | 73c07e64b66da9509d202d2b95603ba8272a098f (diff) | |
| download | scintilla-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')
| -rw-r--r-- | include/SciLexer.h | 1 | ||||
| -rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 2 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 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 19fb36a68..d0f9f885d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2681,6 +2681,7 @@ val SCE_AU3_PREPROCESSOR=11 val SCE_AU3_SPECIAL=12 val SCE_AU3_EXPAND=13 val SCE_AU3_COMOBJ=14 +val SCE_AU3_UDF=15 # Lexical states for SCLEX_APDL lex APDL=SCLEX_APDL SCE_APDL_ val SCE_APDL_DEFAULT=0 |
