From 3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 27 Feb 2023 21:18:00 -0500 Subject: feat: add passwd --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2719194bc..2c8956f67 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1003,6 +1003,14 @@ list.pascal = { maintainers = { "@Isopod" }, } +list.passwd = { + install_info = { + url = "https://github.com/ath3/tree-sitter-passwd", + files = { "src/parser.c" }, + }, + maintainers = { "@amaanq" }, +} + list.perl = { install_info = { url = "https://github.com/ganezdragon/tree-sitter-perl", -- cgit v1.2.3-70-g09d2