summaryrefslogblamecommitdiffstats
path: root/syntax/yats/es6-proxy.vim
blob: f74b0471d2875bfee3dd3619f6de01322d3408db (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                

        
 






                                                                                          
if has_key(g:polyglot_is_disabled, 'typescript')
  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