@override Future<String> apply(String content, Map<String, dynamic> context) async { return content.replaceAll(_commentRegex, ''); }