mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
feat(python)!: update parser and queries
Breaking change: anonymous node `"expect*"` was removed by the refactor.
This commit is contained in:
parent
f6adaede57
commit
682d083292
2 changed files with 1 additions and 2 deletions
|
|
@ -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' },
|
||||||
|
|
|
||||||
|
|
@ -223,7 +223,6 @@
|
||||||
[
|
[
|
||||||
"try"
|
"try"
|
||||||
"except"
|
"except"
|
||||||
"except*"
|
|
||||||
"raise"
|
"raise"
|
||||||
"finally"
|
"finally"
|
||||||
] @keyword.exception
|
] @keyword.exception
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue