feat: add passwd

This commit is contained in:
Amaan Qureshi 2023-02-27 21:18:00 -05:00
parent f95ffd09ed
commit 3fe80dbecd
4 changed files with 28 additions and 0 deletions

View file

@ -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",