Python: Regenerate parser files

This commit is contained in:
Taus
2026-02-05 13:46:59 +00:00
parent 68c1a3d389
commit bac356c9a1
5 changed files with 68332 additions and 58321 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json",
"name": "python",
"word": "identifier",
"rules": {
@@ -6292,8 +6293,15 @@
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": ":"
"type": "TOKEN",
"content": {
"type": "PREC",
"value": 1,
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "REPEAT",
@@ -6860,6 +6868,6 @@
"primary_expression",
"pattern",
"parameter"
]
}
],
"reserved": {}
}