mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
feat(pod): add tree-sitter-perl org's POD parser
This commit is contained in:
parent
cffa252f5e
commit
7c67a1a923
3 changed files with 84 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue