mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-19 17:03:40 -05:00
Run scripts/build with changes
This commit is contained in:
@@ -5,5 +5,4 @@ endif
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName JSON nextgroup=typescriptGlobalJSONDot,typescriptFuncCallArg
|
||||
syntax match typescriptGlobalJSONDot /\./ contained nextgroup=typescriptJSONStaticMethod,typescriptProp
|
||||
syntax keyword typescriptJSONStaticMethod contained parse stringify nextgroup=typescriptFuncCallArg
|
||||
if exists("did_typescript_hilink") | HiLink typescriptJSONStaticMethod Keyword
|
||||
endif
|
||||
hi def link typescriptJSONStaticMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user