From 7c67a1a92340e1e4d653fb4393ef617e248412af Mon Sep 17 00:00:00 2001 From: Veesh Goldman Date: Tue, 17 Oct 2023 19:31:54 +0000 Subject: feat(pod): add tree-sitter-perl org's POD parser --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d1d97b983..8d12a69aa 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.3.1