diff options
author | nyamatongwe <devnull@localhost> | 2009-02-14 10:29:14 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-02-14 10:29:14 +0000 |
commit | 220bd0dc5578f5b7814e4deae12b077d27b06b16 (patch) | |
tree | 0c15ea5e3a910e932623c92c8c939b71c7e12248 /include/SciLexer.h | |
parent | 970cb3e3f8c70a756c60f64f1cfba68918fc6dc8 (diff) | |
download | scintilla-mirror-220bd0dc5578f5b7814e4deae12b077d27b06b16.tar.gz |
Bug #2552973 issues with the Inno Setup lexer. Fix from Kai Liu.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 982b48b7b..e9101658f 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -1089,6 +1089,7 @@ #define SCE_INNO_SECTION 4 #define SCE_INNO_PREPROC 5 #define SCE_INNO_PREPROC_INLINE 6 +#define SCE_INNO_INLINE_EXPANSION 6 #define SCE_INNO_COMMENT_PASCAL 7 #define SCE_INNO_KEYWORD_PASCAL 8 #define SCE_INNO_KEYWORD_USER 9 |