0

Using a binary shift left ("<<") followed by a left parenthesis causes Perl syntax highlighting to fail.

David Stults 12 years ago updated by Fredrik Ehnbom 12 years ago 1
Example:

$x = 1 << (32 - $y);

Everything after the ; will be colored yellow, no more syntax highlighting.
Sounds like it might be this bug: https://github.com/textmate/perl.tmbundle/issues/3