claytonrcarter / tree-sitter-phpdoc

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

Spaces in compound types are recognized as `@param` field separators #35

Open przepompownia opened 1 month ago

przepompownia commented 1 month ago

Let's look at the example below (in Neovim):

/**
 * @param array<array{string, string, bool}> $example
 */

image

Maybe it's similar to #26.