mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
fix(python): impossible patterns
This commit is contained in:
parent
c5623d3486
commit
e1820bbda1
3 changed files with 15 additions and 14 deletions
|
|
@ -1779,8 +1779,8 @@ return {
|
|||
},
|
||||
python = {
|
||||
install_info = {
|
||||
revision = 'v0.25.0',
|
||||
url = 'https://github.com/tree-sitter/tree-sitter-python',
|
||||
revision = 'v0.25.2',
|
||||
url = 'https://github.com/tree-sitter/py-tree-sitter',
|
||||
},
|
||||
maintainers = { '@stsewd', '@theHamsta' },
|
||||
tier = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue