On Sep 5, 2006, at 11:40 AM, Dave Winzler wrote:
A recent change to the Perl bundle had the effect of highlighting large chunks of code as if they were match or replace statments. For example, it parses this line as if the slash were the start of a m/regexp/ statement:
local $/;
It does the same to pretty much any line with a slash in it, for example when dividing two numbers.
Syntax from he**... I committed some more changes to the subversion repository, that should work better now.
Gerd