ganezdragon / tree-sitter-perl

a perl parser for javascript
MIT License
33 stars 9 forks source link

Postfix array size (`$arrayref->$#*`) parses as comment start #32

Closed assistcontrol closed 6 months ago

assistcontrol commented 1 year ago

See attached.

The hash mark in the postfix array size operator ($arrayref->$#*) turns the rest of the line into a comment. Is this a tree-sitter-perl issue?

IMG_0068

ganezdragon commented 1 year ago

let me work on this soon. currently patching heredocs feature in a PR.

ganezdragon commented 6 months ago

this should be fixed now :)