Some good points. I guess these errors have not caused me a lot of trouble, so I wasn't really aware of the problems.
The new defined or is the biggest issue for me. Since the Perl 5.10 syntax is //, BBEdit wants to treat it as / (divided), followed by / (the opening slash of a regex). Now the rest of the program is colored as a regex. Best workaround I have is my $var //= 'default value'; # / workaround syntax coloring $a = $b // $c; # / workaround syntax coloring --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
