blob: 51c02ff65418d92ea8700be9885c9e84af7db718 (
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
|