summaryrefslogtreecommitdiffstats
path: root/syntax/basic/patch.vim
blob: 669cd8e08cd6fe5fdce4d0deb3ffc2679aa0fbc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
  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