diff options
Diffstat (limited to 'syntax/yats/es6-map.vim')
-rw-r--r-- | syntax/yats/es6-map.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/yats/es6-map.vim b/syntax/yats/es6-map.vim index c8d837e3..247d1112 100644 --- a/syntax/yats/es6-map.vim +++ b/syntax/yats/es6-map.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1 + syntax keyword typescriptGlobal containedin=typescriptIdentifierName Map WeakMap syntax keyword typescriptES6MapProp contained size syntax cluster props add=typescriptES6MapProp @@ -9,4 +10,5 @@ syntax keyword typescriptES6MapMethod contained keys set values nextgroup=typesc syntax cluster props add=typescriptES6MapMethod if exists("did_typescript_hilink") | HiLink typescriptES6MapMethod Keyword endif + endif |