mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat: add groovy support
This commit is contained in:
parent
bad9f5bf5b
commit
016cba16a0
3 changed files with 61 additions and 0 deletions
|
|
@ -603,6 +603,15 @@ list.gowork = {
|
|||
maintainers = { "@omertuc" },
|
||||
}
|
||||
|
||||
list.groovy = {
|
||||
install_info = {
|
||||
url = "https://github.com/Decodetalkers/tree-sitter-groovy",
|
||||
files = { "src/parser.c" },
|
||||
branch = "gh-pages",
|
||||
},
|
||||
maintainers = { "@Decodetalkers" },
|
||||
}
|
||||
|
||||
list.graphql = {
|
||||
install_info = {
|
||||
url = "https://github.com/bkegley/tree-sitter-graphql",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue