Skip to content

Commit

Permalink
upgrade tree-sitter-python
Browse files Browse the repository at this point in the history
supports new syntaxes from Python 3.12
  • Loading branch information
dead10ck committed Dec 3, 2023
1 parent 86023cf commit 9fdc1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ indent = { tab-width = 4, unit = " " }

[[grammar]]
name = "python"
source = { git = "https://github.com/tree-sitter/tree-sitter-python", rev = "de221eccf9a221f5b85474a553474a69b4b5784d" }
source = { git = "https://github.com/tree-sitter/tree-sitter-python", rev = "4bfdd9033a2225cc95032ce77066b7aeca9e2efc" }

[[language]]
name = "nickel"
Expand Down

0 comments on commit 9fdc1c9

Please sign in to comment.