diff options
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  | 
