in reply to Re: syntax color coding
in thread syntax color coding

Padre (well, Scintilla) knows to syntax-color double-quoted here-documents. It looks (somewhat) like this:

$foo = <<PERL;
bar is $bar
PERL


$baz = "blurb";