Fix strange parsing error
This commit is contained in:
parent
894f9f0016
commit
a3af7476c7
1 changed files with 1 additions and 1 deletions
|
@ -66,8 +66,8 @@ choice_block =
|
|||
indent_choice_block =
|
||||
'\t' type:choice_type s
|
||||
(
|
||||
| kind:`reference` id:identifier [ s price:price ]
|
||||
| kind:`declaration` id:identifier ':' ~ s >attributes entries:{ indent_choice_entry }
|
||||
| kind:`reference` id:identifier [ s price:price ]
|
||||
)
|
||||
n
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue