mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2025-12-13 08:01:55 +08:00
changes the way the new keywords are being highlighted
This commit is contained in:
@@ -259,23 +259,24 @@ if version >= 508 || !exists("did_javascript_syn_inits")
|
|||||||
HiLink javaScriptCssStyles Label
|
HiLink javaScriptCssStyles Label
|
||||||
|
|
||||||
" Ajax Highlighting
|
" Ajax Highlighting
|
||||||
HiLink javaScriptBrowserObjects Constant
|
HiLink javaScriptBrowserObjects htmlString
|
||||||
HiLink javaScriptDOMObjects Constant
|
|
||||||
HiLink javaScriptDOMMethods Exception
|
|
||||||
|
|
||||||
|
HiLink javaScriptDOMObjects htmlString
|
||||||
|
HiLink javaScriptDOMMethods Exception
|
||||||
HiLink javaScriptDOMProperties Type
|
HiLink javaScriptDOMProperties Type
|
||||||
|
|
||||||
HiLink javaScriptAjaxObjects Type
|
HiLink javaScriptAjaxObjects htmlH1
|
||||||
HiLink javaScriptAjaxMethods Exception
|
HiLink javaScriptAjaxMethods Exception
|
||||||
HiLink javaScriptAjaxProperties Keyword
|
HiLink javaScriptAjaxProperties Type
|
||||||
|
|
||||||
HiLink javaScriptFuncName Title
|
HiLink javaScriptFuncName Title
|
||||||
|
|
||||||
HiLink javaScriptHtmlElemProperties Keyword
|
HiLink javaScriptHtmlElemProperties Boolean
|
||||||
HiLink javaScriptEventListenerKeyword Keyword
|
HiLink javaScriptEventListenerKeyword Keyword
|
||||||
|
|
||||||
HiLink javaScriptNumber Number
|
HiLink javaScriptNumber Number
|
||||||
HiLink javaScriptPropietaryObjects Exception
|
HiLink javaScriptPropietaryObjects Constant
|
||||||
|
|
||||||
delcommand HiLink
|
delcommand HiLink
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user