mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 05:10:04 -04:00
Added parser info and queries for the brightscript programming language
This commit is contained in:
parent
0e21ee8df6
commit
4335ac47e4
7 changed files with 208 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue