mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Adding perl parser
This commit is contained in:
parent
f1ccd229f1
commit
c99389fcf5
1 changed files with 9 additions and 0 deletions
|
|
@ -178,6 +178,15 @@ list.ruby = {
|
||||||
maintainers = { "@TravonteD" },
|
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 = {
|
list.bash = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-bash",
|
url = "https://github.com/tree-sitter/tree-sitter-bash",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue