diff options
Diffstat (limited to 'include/SciLexer.h')
| -rw-r--r-- | include/SciLexer.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/SciLexer.h b/include/SciLexer.h index 80b3ef22b..2115aae1a 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -444,6 +444,8 @@  #define SCE_CSS_ID 10  #define SCE_CSS_IMPORTANT 11  #define SCE_CSS_DIRECTIVE 12 +#define SCE_CSS_DOUBLESTRING 13 +#define SCE_CSS_SINGLESTRING 14  //--Autogenerated -- end of section automatically generated from Scintilla.iface  #endif | 
