diff options
author | nyamatongwe <unknown> | 2009-02-14 10:29:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-02-14 10:29:14 +0000 |
commit | ff39a24cc99d687d1e1a3abafcad11175a2bba56 (patch) | |
tree | 0c15ea5e3a910e932623c92c8c939b71c7e12248 /include/SciLexer.h | |
parent | 5851dfb479bdfe8fb3268b0d618acf7d35bdbb19 (diff) | |
download | scintilla-mirror-ff39a24cc99d687d1e1a3abafcad11175a2bba56.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 |