Sublime Forum

Perl Syntax Bug With The // Operator

#1

I had an issue where it starts treating everything as a string after the following code:
my $a = $b // ‘test/test/’,
my $b = $a;

See this in: imgur.com/cTdTP1m

The whole following line and up until the next single quote is considered part of the string by the syntax highlighting. Any chance of a fix?

0 Likes

#2

With Build 3062 of Sublime Text 3 Beta, the problem still exists. :cry:

0 Likes