Fix JavaScript ident/keyword highlighting in HTML filetype

This commit is contained in:
trongthanh 2012-09-30 10:57:38 -07:00 committed by Matthew Brush
parent 2c6c210c6f
commit e70d9e5e05

View File

@ -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