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,10 +5,8 @@ endif
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName Set WeakSet
|
||||
syntax keyword typescriptES6SetProp contained size
|
||||
syntax cluster props add=typescriptES6SetProp
|
||||
if exists("did_typescript_hilink") | HiLink typescriptES6SetProp Keyword
|
||||
endif
|
||||
hi def link typescriptES6SetProp Keyword
|
||||
syntax keyword typescriptES6SetMethod contained add clear delete entries forEach has nextgroup=typescriptFuncCallArg
|
||||
syntax keyword typescriptES6SetMethod contained values nextgroup=typescriptFuncCallArg
|
||||
syntax cluster props add=typescriptES6SetMethod
|
||||
if exists("did_typescript_hilink") | HiLink typescriptES6SetMethod Keyword
|
||||
endif
|
||||
hi def link typescriptES6SetMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user