From e63e7ff6354eb01b1955a5a1d1f2deebedeab330 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 30 Apr 2010 06:58:46 +0000 Subject: Fix bug #2994224 CSS @font-face displayed incorrectly --- include/SciLexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/SciLexer.h') 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 -- cgit v1.2.3