 
        -1
    
    
    Using a binary shift left ("<<") followed by a left parenthesis causes Perl syntax highlighting to fail.
Example:
$x = 1 << (32 - $y);
Everything after the ; will be colored yellow, no more syntax highlighting.
$x = 1 << (32 - $y);
Everything after the ; will be colored yellow, no more syntax highlighting.
 
0
	
    
	
	
	
	
	
	
	
	
		Fredrik Ehnbom 14 years ago
    
	Sounds like it might be this bug: https://github.com/textmate/perl.tmbundle/issues/3
	
	
Customer support service by UserEcho
 Bugs
		
		
	
Bugs 
	
