From 11c898e23470322d87648064dd92016c2a57f76a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 22 Sep 2011 09:44:09 +1000 Subject: Hashquoted strings for Pike language from Chris Angelico. --- 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 e8805f2d6..255e091b7 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -153,6 +153,7 @@ #define SCE_C_GLOBALCLASS 19 #define SCE_C_STRINGRAW 20 #define SCE_C_TRIPLEVERBATIM 21 +#define SCE_C_HASHQUOTEDSTRING 22 #define SCE_D_DEFAULT 0 #define SCE_D_COMMENT 1 #define SCE_D_COMMENTLINE 2 -- cgit v1.2.3