Bump tree-sitter-python to 0.25.0 (#39103)

- The fork with the patch is now included in 0.25.0
(https://github.com/tree-sitter/tree-sitter-python/commit/7ff26dacd720393d3cfeda14351f168a79146a33).
- We no longer need `except*` as a keyword, which was added in
https://github.com/zed-industries/zed/pull/21389. It now highlights
correctly without explicitly mentioning it after
https://github.com/tree-sitter/tree-sitter-python/commit/1b1ca93298f0a67987abbda88a861d65da28cdb4.

Release Notes:

- N/A
This commit is contained in:
Smit Barmase
2025-09-29 17:57:11 +05:30
committed by GitHub
parent 92a09ecf25
commit 0c71aa9f01
4 changed files with 24 additions and 24 deletions
@@ -257,7 +257,6 @@
"elif"
"else"
"except"
"except*"
"exec"
"finally"
"for"