Force parsed result to be list
This commit is contained in:
parent
50d9b624d9
commit
ca264b90e1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
@@keyword :: single_choice multi_choice base preset only requires except
|
||||
|
||||
|
||||
start = [n] { @:location } $ ;
|
||||
start = [n] { @+:location } $ ;
|
||||
|
||||
location_header =
|
||||
/={3,}\n/ ~
|
||||
|
|
Loading…
Reference in a new issue