Open
Description
If I write the following (from Moritz Lentz's book)
my $sth = self!db.prepare(qq:to/SELECT/);
SELECT exitcode, timed_out, output
FROM $table
WHERE jobname = ?
ORDER BY executed DESC
LIMIT $count
SELECT
perl6-mode does not recognize the here-doc and seams to indent and highlight its contents as perl6 code.