diff options
author | nyamatongwe <unknown> | 2000-08-22 14:02:17 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-08-22 14:02:17 +0000 |
commit | 23664a1c4481659558753466678f00fca81737dd (patch) | |
tree | ae5006e09bee63417cbfab0a26cdd1ec6f5e65d6 /include/SciLexer.h | |
parent | 77c12d71d49849b769eaf1874c1a9a32ba496ceb (diff) | |
download | scintilla-mirror-23664a1c4481659558753466678f00fca81737dd.tar.gz |
Added C# support to LexCPP with verbatime string literals and @ quoted
keywords handled correctly.
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 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 |