feat(blade): add laravel blade parser and queries (#7693)

This commit is contained in:
Caleb White 2025-03-12 12:47:19 -05:00 committed by GitHub
parent 6d1a8e6fdb
commit 548ed98f8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 59 additions and 0 deletions

View file

@ -188,6 +188,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [bibtex](https://github.com/latex-lsp/tree-sitter-bibtex) (maintained by @theHamsta, @clason)
- [x] [bicep](https://github.com/amaanq/tree-sitter-bicep) (maintained by @amaanq)
- [x] [bitbake](https://github.com/amaanq/tree-sitter-bitbake) (maintained by @amaanq)
- [x] [blade](https://github.com/EmranMR/tree-sitter-blade) (maintained by @calebdw)
- [x] [blueprint](https://gitlab.com/gabmus/tree-sitter-blueprint.git) (experimental, maintained by @gabmus)
- [x] [bp](https://github.com/ambroisie/tree-sitter-bp) (maintained by @ambroisie)
- [x] [c](https://github.com/tree-sitter/tree-sitter-c) (maintained by @amaanq)