feat(pod): add tree-sitter-perl org's POD parser

This commit is contained in:
Veesh Goldman 2023-10-17 19:31:54 +00:00 committed by Amaan Qureshi
parent cffa252f5e
commit 7c67a1a923
3 changed files with 84 additions and 0 deletions

View file

@ -1281,6 +1281,15 @@ list.po = {
maintainers = { "@amaanq" },
}
list.pod = {
install_info = {
url = "https://github.com/tree-sitter-perl/tree-sitter-pod",
files = { "src/parser.c", "src/scanner.c" },
branch = "release",
},
maintainers = { "@RabbiVeesh", "@LeoNerd" },
}
list.poe_filter = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-poe-filter",