aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-01-17 17:52:12 +1100
committernyamatongwe <devnull@localhost>2012-01-17 17:52:12 +1100
commit792565c93c6f7695275fd3fa8f6aa4eab9fc063e (patch)
treee2964793e66424584ec9f925cf95dbe0c35aadf0 /include/SciLexer.h
parentd2f14955fd6839ee7006be477f66d5c7f513fccf (diff)
downloadscintilla-mirror-792565c93c6f7695275fd3fa8f6aa4eab9fc063e.tar.gz
Added SCSS mode to CSS lexer. From Ross McKay.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index c60d76d29..6878c0e5a 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -677,6 +677,7 @@
#define SCE_CSS_EXTENDED_PSEUDOCLASS 20
#define SCE_CSS_EXTENDED_PSEUDOELEMENT 21
#define SCE_CSS_MEDIA 22
+#define SCE_CSS_VARIABLE 23
#define SCE_POV_DEFAULT 0
#define SCE_POV_COMMENT 1
#define SCE_POV_COMMENTLINE 2