mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat(perl)!: switch to tree-sitter-perl org's parser
This commit is contained in:
parent
7c67a1a923
commit
bb3f8f40b1
5 changed files with 156 additions and 187 deletions
|
|
@ -1240,10 +1240,11 @@ list.pem = {
|
|||
|
||||
list.perl = {
|
||||
install_info = {
|
||||
url = "https://github.com/ganezdragon/tree-sitter-perl",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
url = "https://github.com/tree-sitter-perl/tree-sitter-perl",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "release",
|
||||
},
|
||||
maintainers = { "@lcrownover" },
|
||||
maintainers = { "@RabbiVeesh", "@LeoNerd" },
|
||||
}
|
||||
|
||||
list.php = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue