aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-09-13 10:31:02 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-09-13 10:36:51 +0200
commit682d083292f01636622362cf9eb0e4b2f9de2b13 (patch)
treeed4d053917d5b22d2590b307539eea1412ff0217
parentfeat(parsers): update authzed, bash, cpp, cylc, editorconfig, foam, gdscript,... (diff)
downloadnvim-treesitter-682d083292f01636622362cf9eb0e4b2f9de2b13.tar
nvim-treesitter-682d083292f01636622362cf9eb0e4b2f9de2b13.tar.gz
nvim-treesitter-682d083292f01636622362cf9eb0e4b2f9de2b13.tar.bz2
nvim-treesitter-682d083292f01636622362cf9eb0e4b2f9de2b13.tar.lz
nvim-treesitter-682d083292f01636622362cf9eb0e4b2f9de2b13.tar.xz
nvim-treesitter-682d083292f01636622362cf9eb0e4b2f9de2b13.tar.zst
nvim-treesitter-682d083292f01636622362cf9eb0e4b2f9de2b13.zip
feat(python)!: update parser and queries
Breaking change: anonymous node `"expect*"` was removed by the refactor.
-rw-r--r--lua/nvim-treesitter/parsers.lua2
-rw-r--r--runtime/queries/python/highlights.scm1
2 files changed, 1 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index c3804a45e..f9f9620e4 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1772,7 +1772,7 @@ return {
},
python = {
install_info = {
- revision = '710796b8b877a970297106e5bbc8e2afa47f86ec',
+ revision = '293fdc02038ee2bf0e2e206711b69c90ac0d413f',
url = 'https://github.com/tree-sitter/tree-sitter-python',
},
maintainers = { '@stsewd', '@theHamsta' },
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index 00250de1b..e5b9ac3aa 100644
--- a/runtime/queries/python/highlights.scm
+++ b/runtime/queries/python/highlights.scm
@@ -223,7 +223,6 @@
[
"try"
"except"
- "except*"
"raise"
"finally"
] @keyword.exception