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:
parent
a346220896
commit
9494886965
1 changed files with 3 additions and 2 deletions
|
@ -14,10 +14,11 @@
|
|||
start = [n] { @+:location } $ ;
|
||||
|
||||
location_header =
|
||||
/={3,}\n/ ~
|
||||
/={3,}/ n ~
|
||||
id:identifier ':' s name:string
|
||||
attributes:{ location_attribute }
|
||||
/\n={3,}\n+/
|
||||
[ n ]
|
||||
/={3,}\n+/
|
||||
;
|
||||
|
||||
location_attribute =
|
||||
|
|
Loading…
Reference in a new issue