blob: 2156f8d87147eaed9ba73b15648cff99fbe52d93 (
plain) (
tree)
|
|
if has_key(g:polyglot_is_disabled, 'typescript')
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
|