Adding perl parser

This commit is contained in:
Lucas Crownover 2021-08-27 07:30:22 -07:00 committed by Stephan Seitz
parent f1ccd229f1
commit c99389fcf5

View file

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