summaryrefslogtreecommitdiffstats
path: root/scintilla/include/SciLexer.h
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-04-08 10:08:19 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-04-08 02:49:02 +0300
commitbefdc4e35ece26a8738e21af508bb49343f52cd3 (patch)
tree6390d07f2c97a9183b094aca2773c1eab5a11f0d /scintilla/include/SciLexer.h
parentb5ea4fc1e949dc8dacb5a6b28f140be064143170 (diff)
downloadnotepad2-mod-befdc4e35ece26a8738e21af508bb49343f52cd3.zip
notepad2-mod-befdc4e35ece26a8738e21af508bb49343f52cd3.tar.gz
notepad2-mod-befdc4e35ece26a8738e21af508bb49343f52cd3.tar.bz2
update scintilla to v3.30 9f249e248e4268d124692485a759a0881b756b9a
Diffstat (limited to 'scintilla/include/SciLexer.h')
-rw-r--r--scintilla/include/SciLexer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scintilla/include/SciLexer.h b/scintilla/include/SciLexer.h
index f2a0a64..1027a0a 100644
--- a/scintilla/include/SciLexer.h
+++ b/scintilla/include/SciLexer.h
@@ -478,6 +478,7 @@
#define SCE_ERR_TIDY 19
#define SCE_ERR_JAVA_STACK 20
#define SCE_ERR_VALUE 21
+#define SCE_ERR_GCC_INCLUDED_FROM 22
#define SCE_BAT_DEFAULT 0
#define SCE_BAT_COMMENT 1
#define SCE_BAT_WORD 2
@@ -1020,6 +1021,8 @@
#define SCE_HA_COMMENTBLOCK 14
#define SCE_HA_COMMENTBLOCK2 15
#define SCE_HA_COMMENTBLOCK3 16
+#define SCE_HA_PRAGMA 17
+#define SCE_HA_PREPROCESSOR 18
#define SCE_T3_DEFAULT 0
#define SCE_T3_X_DEFAULT 1
#define SCE_T3_PREPROCESSOR 2
@@ -1346,6 +1349,7 @@
#define SCE_MYSQL_USER2 19
#define SCE_MYSQL_USER3 20
#define SCE_MYSQL_HIDDENCOMMAND 21
+#define SCE_MYSQL_PLACEHOLDER 22
#define SCE_PO_DEFAULT 0
#define SCE_PO_COMMENT 1
#define SCE_PO_MSGID 2