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

@ -216,6 +216,14 @@ list.bp = {
maintainers = { "@ambroisie" },
}
list.brightscript = {
install_info = {
url = "https://github.com/ajdelcimmuto/tree-sitter-brightscript",
files = { "src/parser.c" },
},
maintainers = { "@ajdelcimmuto" },
}
list.c = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-c",