From a0f3a975d38a8fdb5cbdefb80cd68dbaf6011b48 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 14 Feb 2011 13:56:13 +1100 Subject: Addition of triple quoted strings for Vala. Feature #3177601. From Colomban Wendling. --- include/SciLexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/SciLexer.h') 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 -- cgit v1.2.3