mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04: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:
parent
0e0db770f2
commit
8755152551
1 changed files with 4 additions and 4 deletions
|
|
@ -1560,8 +1560,8 @@ return {
|
||||||
},
|
},
|
||||||
perl = {
|
perl = {
|
||||||
install_info = {
|
install_info = {
|
||||||
branch = 'release',
|
generate = true,
|
||||||
revision = '0c24d001dd1921e418fb933d208a7bd7dd3f923a',
|
revision = 'ea9667dc65a816acace002a2b1b099978785ca33',
|
||||||
url = 'https://github.com/tree-sitter-perl/tree-sitter-perl',
|
url = 'https://github.com/tree-sitter-perl/tree-sitter-perl',
|
||||||
},
|
},
|
||||||
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
||||||
|
|
@ -1622,8 +1622,8 @@ return {
|
||||||
},
|
},
|
||||||
pod = {
|
pod = {
|
||||||
install_info = {
|
install_info = {
|
||||||
branch = 'release',
|
generate = true,
|
||||||
revision = '0bf8387987c21bf2f8ed41d2575a8f22b139687f',
|
revision = '4559a9767eb15d757dce24107b840b137f673d33',
|
||||||
url = 'https://github.com/tree-sitter-perl/tree-sitter-pod',
|
url = 'https://github.com/tree-sitter-perl/tree-sitter-pod',
|
||||||
},
|
},
|
||||||
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue