From e70d9e5e05c6329d201dfaae19858decb0474e21 Mon Sep 17 00:00:00 2001 From: trongthanh Date: Sun, 30 Sep 2012 10:57:38 -0700 Subject: [PATCH] Fix JavaScript ident/keyword highlighting in HTML filetype --- data/filetypes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/filetypes.html b/data/filetypes.html index 70f500a0..983cdfff 100644 --- a/data/filetypes.html +++ b/data/filetypes.html @@ -53,8 +53,8 @@ jscript_comment=comment jscript_commentline=comment_line jscript_commentdoc=comment_doc jscript_number=number_1 -jscript_word=keyword_1 -jscript_keyword=keyword_2 +jscript_word=default +jscript_keyword=keyword_1 jscript_doublestring=string_1 jscript_singlestring=string_1