EmranMR / tree-sitter-blade

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

Remove comments bracket aliases #37

Closed EmranMR closed 1 year ago

EmranMR commented 1 year ago

The bracket aliases need to be removed for comments so that the editors and services are able to apply the default semantic comment colouring defined in a theme. If needed they could still be targeted by users individually using queries.

see Laravel Suite#15