Now that variable identifers are able to be used as conditional
expressions, we can just specify that variable expressions in the
grammar are looking for a conditional expression as the name of the
variable.
\r
variable_expression\r
=\r
- variable_open type:`variable` name:( conditional_expression | variable_identifier ) variable_close\r
+ variable_open type:`variable` name:conditional_expression variable_close\r
;\r
variable_open\r
=\r