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

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