syntax coloring for here-doc style Perl code
syntax coloring for here-doc style Perl code
- Subject: syntax coloring for here-doc style Perl code
- From: Dave Viner <email@hidden>
- Date: Wed, 10 May 2006 14:31:03 -0700
Hi,
I'm testing out Xcode as an editor for some perl/apache work which
I'm diving into. While I've been impressed by Xcode as an IDE, I
can't figure out how to get Xcode to highlight my perl source code
correctly. In particular, Xcode seems to stumble on Heredoc style
syntax in Perl. (For more on heredoc syntax, see EOF subsection at
http://perldoc.perl.org/perlop.html#Regexp-Quote-Like-Operators-
operator,-regexp.)
Does anyone know how to make that work?
A sample snippet of code is:
$this = "works fine";
print <<EOF;
this will fail miserably, especially if there's a single quote.
EOF
Thanks
Dave Viner
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden