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:
@@ -5,9 +5,7 @@ endif
|
||||
syntax keyword typescriptBOMHistoryProp contained length current next previous state
|
||||
syntax keyword typescriptBOMHistoryProp contained scrollRestoration
|
||||
syntax cluster props add=typescriptBOMHistoryProp
|
||||
if exists("did_typescript_hilink") | HiLink typescriptBOMHistoryProp Keyword
|
||||
endif
|
||||
hi def link typescriptBOMHistoryProp Keyword
|
||||
syntax keyword typescriptBOMHistoryMethod contained back forward go pushState replaceState nextgroup=typescriptFuncCallArg
|
||||
syntax cluster props add=typescriptBOMHistoryMethod
|
||||
if exists("did_typescript_hilink") | HiLink typescriptBOMHistoryMethod Keyword
|
||||
endif
|
||||
hi def link typescriptBOMHistoryMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user