feat(gren): gren parser and queries (#7237)

This commit is contained in:
Mae Brooks 2024-10-15 18:14:39 -07:00 committed by GitHub
parent da92610392
commit d0f567251b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 137 additions and 0 deletions

View file

@ -850,6 +850,14 @@ list.gpg = {
maintainers = { "@ObserverOfTime" },
}
list.gren = {
install_info = {
files = { "src/parser.c", "src/scanner.c" },
url = "https://github.com/MaeBrooks/tree-sitter-gren",
},
maintainers = { "@MaeBrooks" },
}
list.groovy = {
install_info = {
url = "https://github.com/murtaza64/tree-sitter-groovy",