mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-20 09:23:41 -05:00
Run scripts/build with changes
This commit is contained in:
@@ -5,9 +5,7 @@ endif
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName Promise nextgroup=typescriptGlobalPromiseDot,typescriptFuncCallArg
|
||||
syntax match typescriptGlobalPromiseDot /\./ contained nextgroup=typescriptPromiseStaticMethod,typescriptProp
|
||||
syntax keyword typescriptPromiseStaticMethod contained all allSettled any race reject resolve nextgroup=typescriptFuncCallArg
|
||||
if exists("did_typescript_hilink") | HiLink typescriptPromiseStaticMethod Keyword
|
||||
endif
|
||||
hi def link typescriptPromiseStaticMethod Keyword
|
||||
syntax keyword typescriptPromiseMethod contained then catch finally nextgroup=typescriptFuncCallArg
|
||||
syntax cluster props add=typescriptPromiseMethod
|
||||
if exists("did_typescript_hilink") | HiLink typescriptPromiseMethod Keyword
|
||||
endif
|
||||
hi def link typescriptPromiseMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user