From 016cba16a07b582414d3174a58dd38d2d6b20e49 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Mon, 19 Jun 2023 21:18:42 +0800 Subject: feat: add groovy support --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2