feat(bp): add support for Android Blueprint (#6626)

This commit is contained in:
Bruno BELANYI 2024-05-23 17:30:26 +02:00 committed by GitHub
parent 3e454836ce
commit 298a9dd4f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 125 additions and 0 deletions

View file

@ -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",