From d4dac523d2546afc266eb9b5a7986690b5319c41 Mon Sep 17 00:00:00 2001 From: Murtaza Date: Sun, 28 Jan 2024 16:17:50 -0500 Subject: feat(groovy)!: switch to more complete parser (#5957) Co-authored-by: ObserverOfTime --- lua/nvim-treesitter/parsers.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index da83e0a22..e31f19747 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -737,11 +737,10 @@ list.gpg = { list.groovy = { install_info = { - url = "https://github.com/Decodetalkers/tree-sitter-groovy", + url = "https://github.com/murtaza64/tree-sitter-groovy", files = { "src/parser.c" }, - branch = "gh-pages", }, - maintainers = { "@Decodetalkers" }, + maintainers = { "@murtaza64" }, } list.graphql = { -- cgit v1.2.3-70-g09d2