mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
feat(gren): gren parser and queries (#7237)
This commit is contained in:
parent
da92610392
commit
d0f567251b
4 changed files with 137 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue