blob: 3eeb22a810462f59ffe846409eaa15bc2ade576e (
plain) (
tree)
|
|
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
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
|