Merge pull request #217 from ZeusWPI/no-double-space
Remove double space requirement
This commit is contained in:
commit
30626e457a
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue