mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(brightscript): brightscript parser and queries (#7780)
This commit is contained in:
parent
0e21ee8df6
commit
7bbed4b548
7 changed files with 238 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