aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-02-14 13:56:13 +1100
committernyamatongwe <unknown>2011-02-14 13:56:13 +1100
commita0f3a975d38a8fdb5cbdefb80cd68dbaf6011b48 (patch)
tree87fcd46eeea9ee51da7171285883141ebf26ed13 /include/SciLexer.h
parent7bb3d317d0f8b53b2c002ec93607ab5ffe01f7bf (diff)
downloadscintilla-mirror-a0f3a975d38a8fdb5cbdefb80cd68dbaf6011b48.tar.gz
Addition of triple quoted strings for Vala. Feature #3177601.
From Colomban Wendling.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 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