in reply to Re: syntax color codingin 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";