diff options
author | nyamatongwe <devnull@localhost> | 2010-04-30 06:58:46 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-04-30 06:58:46 +0000 |
commit | e63e7ff6354eb01b1955a5a1d1f2deebedeab330 (patch) | |
tree | a299fdca1a8527d73149cb2073d85233b10787ce /include/SciLexer.h | |
parent | d83d73aea38edf280c785f3448f0bad7988e4ee1 (diff) | |
download | scintilla-mirror-e63e7ff6354eb01b1955a5a1d1f2deebedeab330.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 |