mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2025-12-12 07:31:54 +08:00
Improved Highlighting with any colorscheme
This commit is contained in:
@@ -259,21 +259,23 @@ if version >= 508 || !exists("did_javascript_syn_inits")
|
|||||||
HiLink javaScriptCssStyles Label
|
HiLink javaScriptCssStyles Label
|
||||||
|
|
||||||
" Ajax Highlighting
|
" Ajax Highlighting
|
||||||
HiLink javaScriptPropietaryObjects Special
|
HiLink javaScriptBrowserObjects Constant
|
||||||
HiLink javaScriptAjaxObjects Special
|
HiLink javaScriptDOMObjects Constant
|
||||||
HiLink javaScriptBrowserObjects Special
|
HiLink javaScriptDOMMethods Exception
|
||||||
HiLink javaScriptDOMObjects Special
|
|
||||||
HiLink javaScriptHtmlEvents Special
|
|
||||||
|
|
||||||
HiLink javaScriptDOMProperties Keyword
|
HiLink javaScriptDOMProperties Type
|
||||||
HiLink javaScriptAjaxProperties Keyword
|
|
||||||
HiLink javaScriptHtmlElemProperties Keyword
|
|
||||||
HiLink javaScriptEventListenerKeyword Keyword
|
|
||||||
|
|
||||||
HiLink javaScriptDOMMethods Special
|
HiLink javaScriptAjaxObjects Type
|
||||||
HiLink javaScriptAjaxMethods Special
|
HiLink javaScriptAjaxMethods Exception
|
||||||
|
HiLink javaScriptAjaxProperties Keyword
|
||||||
|
|
||||||
HiLink javaScriptFuncName Constant
|
HiLink javaScriptFuncName Title
|
||||||
|
|
||||||
|
HiLink javaScriptHtmlElemProperties Keyword
|
||||||
|
HiLink javaScriptEventListenerKeyword Keyword
|
||||||
|
|
||||||
|
HiLink javaScriptNumber Number
|
||||||
|
HiLink javaScriptPropietaryObjects Exception
|
||||||
delcommand HiLink
|
delcommand HiLink
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user