diff --git a/grammar/task.pegjs b/grammar/task.pegjs index c2a248e..6fb07ec 100644 --- a/grammar/task.pegjs +++ b/grammar/task.pegjs @@ -2,7 +2,7 @@ start = _ @(task / line) _ /**************************************************************************************************************************************/ -line = data:.+ { +line = data:.* { return { type: "line", data: data.join("")