Syntax highlighting on the Perl bundle appears to have a problem. The following line breaks everything following it because it's matching the 's' as the start of a text replacement. I tried to fix it but this bundle syntax is just way too complicated for me.
%foo = ( s=>"bar", f=>"baz" );
Hoping someone out there can provide a fix. Thanks.