aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-03-04 10:58:44 +0000
committernyamatongwe <unknown>2003-03-04 10:58:44 +0000
commitfa9b19097f47b2740666b7bd305c2c335a90326b (patch)
treea47f535ef78207761f9e096ddab1cdd8b5300706 /include/SciLexer.h
parent69daddeb2a241af212edca89f6a7422e6f8a5053 (diff)
downloadscintilla-mirror-fa9b19097f47b2740666b7bd305c2c335a90326b.tar.gz
Patch from Jakub to add quoted strings to CSS lexer.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h2
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