From c99389fcf55c16126a6aed152711016db802f04d Mon Sep 17 00:00:00 2001 From: Lucas Crownover Date: Fri, 27 Aug 2021 07:30:22 -0700 Subject: Adding perl 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 f526fbb1d..3fd917128 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -178,6 +178,15 @@ list.ruby = { maintainers = { "@TravonteD" }, } +list.perl = { + install_info = { + url = "https://github.com/lcrownover/tree-sitter-perl", + files = { "src/parser.c", "src/scanner.cc" }, + generate_requires_npm = true, + }, + maintainers = { "@ganezdragon" }, +} + list.bash = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-bash", -- cgit v1.2.3-70-g09d2