EmranMR / tree-sitter-blade

tree-sitter grammar for Laravel blade files
MIT License
186 stars 8 forks source link

Attributes conflict with custom if-statements #14

Closed EmranMR closed 1 year ago

EmranMR commented 1 year ago

There is a conflict between blade attributes and the $._custom if-statement rule

The parser gives precedence to $._custom rather than the other way round.