blob: 3c956422e4718e8832c308c277398f6039ca6319 (
plain) (
blame)
1
2
3
4
5
6
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
syntax keyword javascriptGlobal String nextgroup=javascriptGlobalStringDot,javascriptFuncCallArg
syntax match javascriptGlobalStringDot /\./ contained nextgroup=javascriptStringStaticMethod
endif
|