feat(brightscript): brightscript parser and queries (#7780)

This commit is contained in:
AJ Delcimmuto 2025-04-13 15:20:09 -05:00 committed by GitHub
parent 0e21ee8df6
commit 7bbed4b548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 238 additions and 0 deletions

View file

@ -191,6 +191,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [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] [brightscript](https://github.com/ajdelcimmuto/tree-sitter-brightscript) (maintained by @ajdelcimmuto)
- [x] [c](https://github.com/tree-sitter/tree-sitter-c) (maintained by @amaanq)
- [x] [c_sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) (maintained by @amaanq)
- [x] [caddy](https://github.com/opa-oz/tree-sitter-caddy) (maintained by @opa-oz)