claytonrcarter / tree-sitter-phpdoc

PHPDoc grammar for tree-sitter
22 stars 10 forks source link

Variadic @param not recognized as type, only as spell #26

Open Whax opened 1 year ago

Whax commented 1 year ago

Hello,

I'm on neovim using treesitter and I'm encountering the following issue :

image

As you can see, the Variadic param type is not correctly recognized. It's considered as @spell

image

instead of @type.phpdoc

image