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,8 +5,7 @@ endif
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName Array nextgroup=typescriptGlobalArrayDot,typescriptFuncCallArg
|
||||
syntax match typescriptGlobalArrayDot /\./ contained nextgroup=typescriptArrayStaticMethod,typescriptProp
|
||||
syntax keyword typescriptArrayStaticMethod contained from isArray of nextgroup=typescriptFuncCallArg
|
||||
if exists("did_typescript_hilink") | HiLink typescriptArrayStaticMethod Keyword
|
||||
endif
|
||||
hi def link typescriptArrayStaticMethod Keyword
|
||||
syntax keyword typescriptArrayMethod contained concat copyWithin entries every fill nextgroup=typescriptFuncCallArg
|
||||
syntax keyword typescriptArrayMethod contained filter find findIndex flat flatMap forEach nextgroup=typescriptFuncCallArg
|
||||
syntax keyword typescriptArrayMethod contained includes indexOf join keys lastIndexOf map nextgroup=typescriptFuncCallArg
|
||||
@@ -14,5 +13,4 @@ syntax keyword typescriptArrayMethod contained pop push reduce reduceRight rever
|
||||
syntax keyword typescriptArrayMethod contained shift slice some sort splice toLocaleString nextgroup=typescriptFuncCallArg
|
||||
syntax keyword typescriptArrayMethod contained toSource toString unshift values nextgroup=typescriptFuncCallArg
|
||||
syntax cluster props add=typescriptArrayMethod
|
||||
if exists("did_typescript_hilink") | HiLink typescriptArrayMethod Keyword
|
||||
endif
|
||||
hi def link typescriptArrayMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user