mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat(bp): add support for Android Blueprint (#6626)
This commit is contained in:
parent
3e454836ce
commit
298a9dd4f8
8 changed files with 125 additions and 0 deletions
|
|
@ -210,6 +210,14 @@ list.blueprint = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.bp = {
|
||||
install_info = {
|
||||
url = "https://github.com/ambroisie/tree-sitter-bp",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ambroisie" },
|
||||
}
|
||||
|
||||
list.c = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-c",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue