mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(parsers): track default branch for perl, pod (#8605)
Problem: non-default "release" branch tracking is broken, but the default branch contains grammar.json. Solution: track default `main` branch and generate parser from JSON.
This commit is contained in:
@@ -1560,8 +1560,8 @@ return {
|
||||
},
|
||||
perl = {
|
||||
install_info = {
|
||||
branch = 'release',
|
||||
revision = '0c24d001dd1921e418fb933d208a7bd7dd3f923a',
|
||||
generate = true,
|
||||
revision = 'ea9667dc65a816acace002a2b1b099978785ca33',
|
||||
url = 'https://github.com/tree-sitter-perl/tree-sitter-perl',
|
||||
},
|
||||
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
||||
@@ -1622,8 +1622,8 @@ return {
|
||||
},
|
||||
pod = {
|
||||
install_info = {
|
||||
branch = 'release',
|
||||
revision = '0bf8387987c21bf2f8ed41d2575a8f22b139687f',
|
||||
generate = true,
|
||||
revision = '4559a9767eb15d757dce24107b840b137f673d33',
|
||||
url = 'https://github.com/tree-sitter-perl/tree-sitter-pod',
|
||||
},
|
||||
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
||||
|
||||
Reference in New Issue
Block a user