summaryrefslogtreecommitdiffstats
path: root/syntax/basic/patch.vim
blob: 5531db79888bb7366e3fa9ad6972eb583300dc53 (plain) (blame)
1
2
3
4
5
6
7
8
9
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1

" patch for generated code
syntax keyword typescriptGlobal Promise
  \ nextgroup=typescriptGlobalPromiseDot,typescriptFuncCallArg,typescriptTypeArguments oneline
syntax keyword typescriptGlobal Map WeakMap
  \ nextgroup=typescriptGlobalPromiseDot,typescriptFuncCallArg,typescriptTypeArguments oneline

endif