mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Switch typescript provider, closes #428
This commit is contained in:
11
syntax/yats/es6-proxy.vim
Normal file
11
syntax/yats/es6-proxy.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'typescript') != -1
|
||||
finish
|
||||
endif
|
||||
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName Proxy
|
||||
syntax keyword typescriptProxyAPI contained getOwnPropertyDescriptor getOwnPropertyNames
|
||||
syntax keyword typescriptProxyAPI contained defineProperty deleteProperty freeze seal
|
||||
syntax keyword typescriptProxyAPI contained preventExtensions has hasOwn get set enumerate
|
||||
syntax keyword typescriptProxyAPI contained iterate ownKeys apply construct
|
||||
if exists("did_typescript_hilink") | HiLink typescriptProxyAPI Keyword
|
||||
endif
|
||||
Reference in New Issue
Block a user