Added parser info and queries for the brightscript programming language

This commit is contained in:
ajdelcimmuto 2025-03-30 17:58:02 -05:00
parent 0e21ee8df6
commit 4335ac47e4
7 changed files with 208 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",