Fix strange parsing error

This commit is contained in:
Midgard 2020-01-24 00:26:53 +01:00
parent 894f9f0016
commit a3af7476c7
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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
;