atom / language-perl

Perl package for Atom
Other
25 stars 32 forks source link

RegEx is '~' highlighted? #21

Closed Fank closed 9 years ago

Fank commented 9 years ago

The ~ in =~ is highlight sometimes Here it is: regex_default

$foo =~ /^\d\.\d(?:\.\w\d?)?$/

And in #20 not

Now the question should the ~ in =~ be highlighted or not? How does it looks like in other editors?