Open EmranMR opened 11 months ago
Due to how the tree-sitter-php parser will parse, need to take into account , to allow correct parsing.
tree-sitter-php
,
Here the second is parsed as error because tree-sitter correctly picks as php error
tree-sitter
Due to how the
tree-sitter-php
parser will parse, need to take into account,
to allow correct parsing.Here the second is parsed as error because
tree-sitter
correctly picks as php error