Fix error in grammar that made some comments illegal

The comment in this location header should be supported, but wasn't:

=============================================
fitchen: Fitchen
	osm https://www.openstreetmap.org/node/3394542496
	# Menu: https://www.fitchen.be/wp-content/uploads/2019/12/FITCHEN_gids_02122019_3web.pdf
=============================================
This commit is contained in:
Midgard 2020-01-26 15:30:32 +01:00
parent a346220896
commit 9494886965
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -14,10 +14,11 @@
start = [n] { @+:location } $ ; start = [n] { @+:location } $ ;
location_header = location_header =
/={3,}\n/ ~ /={3,}/ n ~
id:identifier ':' s name:string id:identifier ':' s name:string
attributes:{ location_attribute } attributes:{ location_attribute }
/\n={3,}\n+/ [ n ]
/={3,}\n+/
; ;
location_attribute = location_attribute =