aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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/Scintilla.iface
parent40d6d4f69c35c84a0bf4c6a3316754dba4484e4e (diff)
downloadscintilla-mirror-c989ef16b0206403267dc19746242f7df518801a.tar.gz
Addition of triple quoted strings for Vala. Feature #3177601.
From Colomban Wendling.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
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