diff options
author | nyamatongwe <unknown> | 2010-04-30 06:58:46 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-04-30 06:58:46 +0000 |
commit | 03583d15f483886327216abe0b76a26c88ddfea9 (patch) | |
tree | a299fdca1a8527d73149cb2073d85233b10787ce /include/SciLexer.h | |
parent | aff97b192694d5f150eb6336f8624b74e68a2ef6 (diff) | |
download | scintilla-mirror-03583d15f483886327216abe0b76a26c88ddfea9.tar.gz |
Fix bug #2994224 CSS @font-face displayed incorrectly
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 ced86f433..523cdd6d3 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -637,6 +637,7 @@ #define SCE_CSS_EXTENDED_IDENTIFIER 19 #define SCE_CSS_EXTENDED_PSEUDOCLASS 20 #define SCE_CSS_EXTENDED_PSEUDOELEMENT 21 +#define SCE_CSS_MEDIA 22 #define SCE_POV_DEFAULT 0 #define SCE_POV_COMMENT 1 #define SCE_POV_COMMENTLINE 2 |