mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat(python): revert breaking change
This reverts the update in https://github.com/nvim-treesitter/nvim-treesitter/pull/8128 which turned out to have further breaking consequences. Pin the parser to the last release (tier 1) to avoid pulling in more breaking changes.
This commit is contained in:
parent
c41b3b9841
commit
20fc6b1270
3 changed files with 10 additions and 8 deletions
|
|
@ -1772,11 +1772,11 @@ return {
|
|||
},
|
||||
python = {
|
||||
install_info = {
|
||||
revision = '26855eabccb19c6abf499fbc5b8dc7cc9ab8bc64',
|
||||
revision = 'v0.25.0',
|
||||
url = 'https://github.com/tree-sitter/tree-sitter-python',
|
||||
},
|
||||
maintainers = { '@stsewd', '@theHamsta' },
|
||||
tier = 2,
|
||||
tier = 1,
|
||||
},
|
||||
ql = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue