aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-02-14 13:56:13 +1100
committernyamatongwe <devnull@localhost>2011-02-14 13:56:13 +1100
commitc989ef16b0206403267dc19746242f7df518801a (patch)
tree0db08df93eb1b7fac793da30d4a4e3aeae215d3f /include
parent40d6d4f69c35c84a0bf4c6a3316754dba4484e4e (diff)
downloadscintilla-mirror-c989ef16b0206403267dc19746242f7df518801a.tar.gz
Addition of triple quoted strings for Vala. Feature #3177601.
From Colomban Wendling.
Diffstat (limited to 'include')
-rw-r--r--include/SciLexer.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 627e6014e..1d5b69ede 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -152,6 +152,7 @@
#define SCE_C_COMMENTDOCKEYWORDERROR 18
#define SCE_C_GLOBALCLASS 19
#define SCE_C_STRINGRAW 20
+#define SCE_C_TRIPLEVERBATIM 21
#define SCE_D_DEFAULT 0
#define SCE_D_COMMENT 1
#define SCE_D_COMMENTLINE 2
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d4cf22770..0d3644d65 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2398,6 +2398,7 @@ val SCE_C_COMMENTDOCKEYWORD=17
val SCE_C_COMMENTDOCKEYWORDERROR=18
val SCE_C_GLOBALCLASS=19
val SCE_C_STRINGRAW=20
+val SCE_C_TRIPLEVERBATIM=21
# Lexical states for SCLEX_D
lex D=SCLEX_D SCE_D_
val SCE_D_DEFAULT=0