EmranMR / tree-sitter-blade

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

Injections.scm bug with the experimental php_only #41

Closed EmranMR closed 10 months ago

EmranMR commented 10 months ago

Considering that in blade the ; is optional in the echo tags({{x}}) change the stubs in the injections.scm to prevent irregularities when the parser is out. Update README docs to reflect

((php_only) @injection.content
    (#set! injection.language php_only))
((parameter) @injection.content
    (#set! injection.language php_only))
Screenshot 2023-12-04 at 17 42 56