Fix tree sitter python try statement to accept missing else/except/finally (#33431)
We have fork now:
218fcbf3fd
Release Notes:
- N/A
This commit is contained in:
parent
d9218b10ea
commit
1753432406
3 changed files with 3 additions and 4 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -16865,8 +16865,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tree-sitter-python"
|
||||
version = "0.23.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
|
||||
source = "git+https://github.com/zed-industries/tree-sitter-python?rev=218fcbf3fda3d029225f3dec005cb497d111b35e#218fcbf3fda3d029225f3dec005cb497d111b35e"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"tree-sitter-language",
|
||||
|
|
|
@ -595,7 +595,7 @@ tree-sitter-html = "0.23"
|
|||
tree-sitter-jsdoc = "0.23"
|
||||
tree-sitter-json = "0.24"
|
||||
tree-sitter-md = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "9a23c1a96c0513d8fc6520972beedd419a973539" }
|
||||
tree-sitter-python = "0.23"
|
||||
tree-sitter-python = { git = "https://github.com/zed-industries/tree-sitter-python", rev = "218fcbf3fda3d029225f3dec005cb497d111b35e" }
|
||||
tree-sitter-regex = "0.24"
|
||||
tree-sitter-ruby = "0.23"
|
||||
tree-sitter-rust = "0.24"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Python support is available natively in Zed.
|
||||
|
||||
- Tree-sitter: [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python)
|
||||
- Tree-sitter: [tree-sitter-python](https://github.com/zed-industries/tree-sitter-python)
|
||||
- Language Servers:
|
||||
- [microsoft/pyright](https://github.com/microsoft/pyright)
|
||||
- [python-lsp/python-lsp-server](https://github.com/python-lsp/python-lsp-server) (PyLSP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue