diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 7 |
1 files changed, 4 insertions, 3 deletions
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 = { |
