aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-01 02:43:58 +0000
committernyamatongwe <devnull@localhost>2005-03-01 02:43:58 +0000
commitb223aa4de85c2be6bcd74b4f72fb9e02594b3edc (patch)
treee73ca1398031a58afb61579fc722ce8c6e55a1df /include/SciLexer.h
parentdca41642fb604d358cf93564044d6f86c706dad9 (diff)
downloadscintilla-mirror-b223aa4de85c2be6bcd74b4f72fb9e02594b3edc.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.h4
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