blob: cb1312853201bd243ff9bb2aa13c1c11c4ad2961 (
plain) (
tree)
|
|
if !has_key(g:polyglot_is_disabled, 'typescript')
finish
endif
syntax match typescriptDecorator /@\([_$a-zA-Z][_$a-zA-Z0-9]*\.\)*[_$a-zA-Z][_$a-zA-Z0-9]*\>/
\ nextgroup=typescriptFuncCallArg,typescriptTypeArguments
\ contains=@_semantic,typescriptDotNotation
|