atom / language-perl

Perl package for Atom
Other
25 stars 32 forks source link

Syntax highlighting fails at + prototypes #62

Open alexchandel opened 8 years ago

alexchandel commented 8 years ago
sub foo (+$$$) {}

This package fails to recognize the + prototype, and instead treats the subsequent $s as part of a variable name, and consequentially highlights it as the variable $$$)