Remove 'selection_type' alias

This commit is contained in:
Bruno BELANYI 2024-04-23 14:56:10 +00:00
parent 734f4452dd
commit 3bc77aab19
6 changed files with 15 additions and 42 deletions

9
src/grammar.json generated
View file

@ -493,13 +493,8 @@
"type": "FIELD",
"name": "name",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "identifier"
},
"named": true,
"value": "selection_type"
"type": "SYMBOL",
"name": "identifier"
}
},
{