leafgarland / typescript-vim

Typescript syntax files for Vim
1.9k stars 144 forks source link

Reverting back to @returns without a Type #198

Open amitz opened 2 years ago

amitz commented 2 years ago

Hello :-)

@returns was modified to support Type parameter back at 2018 . We now have tsdoc and the correct way is without a Type.

I'm not sure if you prefer to support jsdoc or tsdoc, but just in case, I opened a PR.