From 5b1bca578b13b67d7474a438479b414776f756ed Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 1 Mar 2005 02:43:58 +0000 Subject: Improvements to NSIS support from Angelo Mandato. Includes line continuation, C style box comments, SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n. --- include/SciLexer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/SciLexer.h') 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 -- cgit v1.2.3