import Newline from "../peg-newline" RestOfLine = content:$[^\n]+ Newline { return content; }