We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8053e0e commit 7ceefb5Copy full SHA for 7ceefb5
3 files changed
python/extractor/tsg-python/tsp/src/grammar.json
@@ -5289,8 +5289,17 @@
5289
}
5290
},
5291
"type": {
5292
- "type": "SYMBOL",
5293
- "name": "expression"
+ "type": "CHOICE",
+ "members": [
5294
+ {
5295
+ "type": "SYMBOL",
5296
+ "name": "list_splat"
5297
+ },
5298
5299
5300
+ "name": "expression"
5301
+ }
5302
+ ]
5303
5304
"keyword_argument": {
5305
"type": "SEQ",
python/extractor/tsg-python/tsp/src/node-types.json
@@ -3347,6 +3347,10 @@
3347
{
3348
"type": "expression",
3349
"named": true
3350
3351
3352
+ "type": "list_splat",
3353
+ "named": true
3354
3355
]
3356
0 commit comments