mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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" },
|
||||
}
|
||||
|
||||
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue