From 0aea3f6d3447320b4ae92e7fe7cfbd20caa3ec91 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Tue, 13 Jun 2023 21:39:19 +0200 Subject: [PATCH] Remove double space requirement --- app/hlds/hlds.tatsu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/hlds/hlds.tatsu b/app/hlds/hlds.tatsu index 08c859c..35612b8 100644 --- a/app/hlds/hlds.tatsu +++ b/app/hlds/hlds.tatsu @@ -29,9 +29,9 @@ location = >location_header items:{ block } ; attributes = - name:/[^\n#]*?(?= +-- | | *\n| *#)/ + name:/[^\n#]*?(?= +-- | | €| *\n| *#)/ [ s '--' ~ s description:/[^\n#]*?(?= | *\n| *#)/ ] - [ / {2,}/ ~ + [ / +/ ~ [ {[ s ] ('{' tags+:identifier '}')} / +|$/ ] [ price:price ] ]