From bb3f8f40b1443fb40665263e1b5b0658bc24be03 Mon Sep 17 00:00:00 2001 From: Veesh Goldman Date: Tue, 17 Oct 2023 19:32:09 +0000 Subject: feat(perl)!: switch to tree-sitter-perl org's parser --- lua/nvim-treesitter/parsers.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8d12a69aa..526a34cd7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1240,10 +1240,11 @@ list.pem = { list.perl = { install_info = { - url = "https://github.com/ganezdragon/tree-sitter-perl", - files = { "src/parser.c", "src/scanner.cc" }, + url = "https://github.com/tree-sitter-perl/tree-sitter-perl", + files = { "src/parser.c", "src/scanner.c" }, + branch = "release", }, - maintainers = { "@lcrownover" }, + maintainers = { "@RabbiVeesh", "@LeoNerd" }, } list.php = { -- cgit v1.2.3-70-g09d2