mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
upgrade tree-sitter-python (#8976)
supports new syntaxes from Python 3.12
This commit is contained in:
parent
455b206a8c
commit
fcd564fddf
2 changed files with 7 additions and 1 deletions
|
@ -134,14 +134,17 @@
|
|||
"//="
|
||||
"/="
|
||||
"&"
|
||||
"&="
|
||||
"%"
|
||||
"%="
|
||||
"^"
|
||||
"^="
|
||||
"+"
|
||||
"->"
|
||||
"+="
|
||||
"<"
|
||||
"<<"
|
||||
"<<="
|
||||
"<="
|
||||
"<>"
|
||||
"="
|
||||
|
@ -150,8 +153,11 @@
|
|||
">"
|
||||
">="
|
||||
">>"
|
||||
">>="
|
||||
"|"
|
||||
"|="
|
||||
"~"
|
||||
"@="
|
||||
] @operator
|
||||
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue