aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 028273e58..deb542a5b 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",