Callback for writing generating a line(s) of code with the given context of the pattern and full line that was matched.
typedef LineBuilder = Future<String> Function(File file, String line);