Alias 'default_case' to 'select_case'
There's not much use in the node being a different name.
This commit is contained in:
parent
8db7b053f5
commit
e6a2757c51
5 changed files with 17 additions and 74 deletions
9
src/grammar.json
generated
9
src/grammar.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue