A parser that consumes and returns the current indent.
late Parser<String> same = parser.starString(message).where((value) => value == current);