mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Python: Regenerate parser files
This commit is contained in:
18
python/extractor/tsg-python/tsp/src/grammar.json
generated
18
python/extractor/tsg-python/tsp/src/grammar.json
generated
@@ -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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user