Parser that consumes and matches the current indentation level.
late final Parser<String> same = parser .starString(message: message) .where((value) => value == current);