claytonrcarter / tree-sitter-phpdoc

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

Issue #3 Fix detection of qualified_name in @return #4

Closed mikehaertl closed 2 years ago

mikehaertl commented 2 years ago

Fixes #3:

Without this change (description) matches "too early" and eats up parts of the namespace. I also tried prec() but it didn't help.

claytonrcarter commented 2 years ago

Thank you!

claytonrcarter commented 2 years ago

This is in 0.0.5.