feat(python)!: update parser and queries

Breaking change: anonymous node `"expect*"` was removed by the refactor.
This commit is contained in:
Christian Clason 2025-09-13 10:31:02 +02:00 committed by Christian Clason
parent f6adaede57
commit 682d083292
2 changed files with 1 additions and 2 deletions

View file

@ -1772,7 +1772,7 @@ return {
}, },
python = { python = {
install_info = { install_info = {
revision = '710796b8b877a970297106e5bbc8e2afa47f86ec', revision = '293fdc02038ee2bf0e2e206711b69c90ac0d413f',
url = 'https://github.com/tree-sitter/tree-sitter-python', url = 'https://github.com/tree-sitter/tree-sitter-python',
}, },
maintainers = { '@stsewd', '@theHamsta' }, maintainers = { '@stsewd', '@theHamsta' },

View file

@ -223,7 +223,6 @@
[ [
"try" "try"
"except" "except"
"except*"
"raise" "raise"
"finally" "finally"
] @keyword.exception ] @keyword.exception