Alias 'default_case' to 'select_case'

There's not much use in the node being a different name.
This commit is contained in:
Bruno BELANYI 2024-04-09 13:09:48 +01:00
parent 8db7b053f5
commit e6a2757c51
5 changed files with 17 additions and 74 deletions

9
src/grammar.json generated
View file

@ -635,8 +635,13 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "default_case"
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "default_case"
},
"named": true,
"value": "select_case"
},
{
"type": "STRING",