mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(python)!: update parser and queries
Breaking change: anonymous node `"expect*"` was removed by the refactor.
This commit is contained in:
committed by
Christian Clason
parent
f6adaede57
commit
682d083292
@@ -1772,7 +1772,7 @@ return {
|
||||
},
|
||||
python = {
|
||||
install_info = {
|
||||
revision = '710796b8b877a970297106e5bbc8e2afa47f86ec',
|
||||
revision = '293fdc02038ee2bf0e2e206711b69c90ac0d413f',
|
||||
url = 'https://github.com/tree-sitter/tree-sitter-python',
|
||||
},
|
||||
maintainers = { '@stsewd', '@theHamsta' },
|
||||
|
||||
@@ -223,7 +223,6 @@
|
||||
[
|
||||
"try"
|
||||
"except"
|
||||
"except*"
|
||||
"raise"
|
||||
"finally"
|
||||
] @keyword.exception
|
||||
|
||||
Reference in New Issue
Block a user