feat(perl)!: switch to tree-sitter-perl org's parser

This commit is contained in:
Veesh Goldman 2023-10-17 19:32:09 +00:00 committed by Amaan Qureshi
parent 7c67a1a923
commit bb3f8f40b1
5 changed files with 156 additions and 187 deletions

View file

@ -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 = {