0
Syntax highlighting: improve Perl regex highlighting
It gets tripped up here:
if( $test =~ m!^(.*)/([^/]+)$! ) {
Here's another:
$localFileName =~ s!.*/!!;
Customer support service by UserEcho
It gets tripped up here:
if( $test =~ m!^(.*)/([^/]+)$! ) {
Here's another:
$localFileName =~ s!.*/!!;
Customer support service by UserEcho
We are using a "code prettify" Java port here. It would be interesting whether your code snippet is properly highlighted by the native code scripts. AFAIK, stackoverflow.com is using "prettify", too.