EmranMR / tree-sitter-blade

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

Changing the injection node `$.text`to `php` instead of `html` #16

Closed EmranMR closed 1 year ago

EmranMR commented 1 year ago

The php parser would be in charge of both html, php and the php tags such as <?php etc.

once the split parser is out, that would be responsible for php alone elsewhere see #5