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:
@@ -3,14 +3,11 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'typescript', 'syntax/yats/dom
|
||||
endif
|
||||
|
||||
syntax keyword typescriptDOMStorage contained sessionStorage localStorage
|
||||
if exists("did_typescript_hilink") | HiLink typescriptDOMStorage Keyword
|
||||
endif
|
||||
hi def link typescriptDOMStorage Keyword
|
||||
syntax keyword typescriptDOMStorageProp contained length
|
||||
syntax cluster props add=typescriptDOMStorageProp
|
||||
if exists("did_typescript_hilink") | HiLink typescriptDOMStorageProp Keyword
|
||||
endif
|
||||
hi def link typescriptDOMStorageProp Keyword
|
||||
syntax keyword typescriptDOMStorageMethod contained getItem key setItem removeItem nextgroup=typescriptFuncCallArg
|
||||
syntax keyword typescriptDOMStorageMethod contained clear nextgroup=typescriptFuncCallArg
|
||||
syntax cluster props add=typescriptDOMStorageMethod
|
||||
if exists("did_typescript_hilink") | HiLink typescriptDOMStorageMethod Keyword
|
||||
endif
|
||||
hi def link typescriptDOMStorageMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user