Fix grammar not accepting empty lines
This commit is contained in:
@@ -2,7 +2,7 @@ start = _ @(task / line) _
|
|||||||
|
|
||||||
/**************************************************************************************************************************************/
|
/**************************************************************************************************************************************/
|
||||||
|
|
||||||
line = data:.+ {
|
line = data:.* {
|
||||||
return {
|
return {
|
||||||
type: "line",
|
type: "line",
|
||||||
data: data.join("")
|
data: data.join("")
|
||||||
|
|||||||
Reference in New Issue
Block a user