upgrade tree-sitter-python (#8976)

supports new syntaxes from Python 3.12
This commit is contained in:
Skyler Hawthorne 2023-12-04 03:26:11 -05:00 committed by GitHub
parent 455b206a8c
commit fcd564fddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -134,14 +134,17 @@
"//="
"/="
"&"
"&="
"%"
"%="
"^"
"^="
"+"
"->"
"+="
"<"
"<<"
"<<="
"<="
"<>"
"="
@ -150,8 +153,11 @@
">"
">="
">>"
">>="
"|"
"|="
"~"
"@="
] @operator
[