Highlights broken after backslashed double-quotes in «…» construct.
Example Code
method moves-for ($tag where * ∈ %!world.keys) {
my @moves-raw := @(split :skip-empty, "\0", self!run-out: $tag, «git log
-n5 -z --no-merges --no-color --format=\"%H%n%aN%n%ae%n%at\" --numstat
»);
dd @moves-raw;
}
method !run-out ($tag where * ∈ %!world.keys, |c) {
my $proc := run :out, :cwd($!game-dir.add: $tag), |c;
$proc.out.slurp: :close;
}
Picture [optional]

Leave this in. For internal use.