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