diff options
author | nyamatongwe <devnull@localhost> | 2011-02-14 13:56:13 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-02-14 13:56:13 +1100 |
commit | c989ef16b0206403267dc19746242f7df518801a (patch) | |
tree | 0db08df93eb1b7fac793da30d4a4e3aeae215d3f /include/SciLexer.h | |
parent | 40d6d4f69c35c84a0bf4c6a3316754dba4484e4e (diff) | |
download | scintilla-mirror-c989ef16b0206403267dc19746242f7df518801a.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.h | 1 |
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 |