Reuse _conditional_expression
This commit is contained in:
parent
07019a9929
commit
5a2bff7cea
|
|
@ -662,8 +662,7 @@ module.exports = grammar({
|
|||
$.case_expression,
|
||||
),
|
||||
_conditional_quantified_declare_expression: $ => choice(
|
||||
$.if_expression,
|
||||
$.case_expression,
|
||||
$._conditional_expression,
|
||||
$.quantified_expression,
|
||||
$.declare_expression,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -3336,11 +3336,7 @@
|
|||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "if_expression"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "case_expression"
|
||||
"name": "_conditional_expression"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
|
|
|
|||
8303
src/parser.c
8303
src/parser.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user