From a3af7476c74456640895867f6376966b51fe6f32 Mon Sep 17 00:00:00 2001 From: Midgard Date: Fri, 24 Jan 2020 00:26:53 +0100 Subject: [PATCH] Fix strange parsing error --- app/hlds/hlds.tatsu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hlds/hlds.tatsu b/app/hlds/hlds.tatsu index cb39a2b..f9dc11e 100644 --- a/app/hlds/hlds.tatsu +++ b/app/hlds/hlds.tatsu @@ -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 ;