From 23664a1c4481659558753466678f00fca81737dd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 22 Aug 2000 14:02:17 +0000 Subject: Added C# support to LexCPP with verbatime string literals and @ quoted keywords handled correctly. --- 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 950f0cf48..cb52493c2 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -56,6 +56,7 @@ #define SCE_C_OPERATOR 10 #define SCE_C_IDENTIFIER 11 #define SCE_C_STRINGEOL 12 +#define SCE_C_VERBATIM 13 // Lexical states for SCLEX_HTML, SCLEX_XML #define SCE_H_DEFAULT 0 -- cgit v1.2.3