diff options
author | nyamatongwe <unknown> | 2005-03-01 02:43:58 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-03-01 02:43:58 +0000 |
commit | 5b1bca578b13b67d7474a438479b414776f756ed (patch) | |
tree | e73ca1398031a58afb61579fc722ce8c6e55a1df /include/SciLexer.h | |
parent | e2afe62fa4adfbb6f56c9766f521ea0b8f3a46c2 (diff) | |
download | scintilla-mirror-5b1bca578b13b67d7474a438479b414776f756ed.tar.gz |
Improvements to NSIS support from Angelo Mandato.
Includes line continuation, C style box comments,
SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index d39bcab5d..b6e41299d 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -581,6 +581,10 @@ #define SCE_NSIS_MACRODEF 12 #define SCE_NSIS_STRINGVAR 13 #define SCE_NSIS_NUMBER 14 +#define SCE_NSIS_SECTIONGROUP 15 +#define SCE_NSIS_PAGEEX 16 +#define SCE_NSIS_FUNCTIONDEF 17 +#define SCE_NSIS_COMMENTBOX 18 #define SCE_MMIXAL_LEADWS 0 #define SCE_MMIXAL_COMMENT 1 #define SCE_MMIXAL_LABEL 2 |