diff options
| author | Murtaza <murtaza.javaid@gmail.com> | 2024-01-28 16:17:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 22:17:50 +0100 |
| commit | d4dac523d2546afc266eb9b5a7986690b5319c41 (patch) | |
| tree | 4b3825cf6b50f65d1d5b5af8e3bceb293bbc749f /lua | |
| parent | Update parsers: query (diff) | |
| download | nvim-treesitter-d4dac523d2546afc266eb9b5a7986690b5319c41.tar nvim-treesitter-d4dac523d2546afc266eb9b5a7986690b5319c41.tar.gz nvim-treesitter-d4dac523d2546afc266eb9b5a7986690b5319c41.tar.bz2 nvim-treesitter-d4dac523d2546afc266eb9b5a7986690b5319c41.tar.lz nvim-treesitter-d4dac523d2546afc266eb9b5a7986690b5319c41.tar.xz nvim-treesitter-d4dac523d2546afc266eb9b5a7986690b5319c41.tar.zst nvim-treesitter-d4dac523d2546afc266eb9b5a7986690b5319c41.zip | |
feat(groovy)!: switch to more complete parser (#5957)
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 5 |
1 files changed, 2 insertions, 3 deletions
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 = { |
