mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-20 01:13:41 -05:00
Run scripts/build with changes
This commit is contained in:
@@ -8,8 +8,6 @@ syntax keyword typescriptSymbolStaticProp contained description length iterator
|
||||
syntax keyword typescriptSymbolStaticProp contained search split hasInstance isConcatSpreadable
|
||||
syntax keyword typescriptSymbolStaticProp contained unscopables species toPrimitive
|
||||
syntax keyword typescriptSymbolStaticProp contained toStringTag
|
||||
if exists("did_typescript_hilink") | HiLink typescriptSymbolStaticProp Keyword
|
||||
endif
|
||||
hi def link typescriptSymbolStaticProp Keyword
|
||||
syntax keyword typescriptSymbolStaticMethod contained for keyFor nextgroup=typescriptFuncCallArg
|
||||
if exists("did_typescript_hilink") | HiLink typescriptSymbolStaticMethod Keyword
|
||||
endif
|
||||
hi def link typescriptSymbolStaticMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user