MadcapJake / language-perl6fe

»ö« Atom Perl 6 Support - Forgotten Edition »ö«
https://github.com/perl6/atom-language-perl6
Other
16 stars 3 forks source link

Fix Whatever subscripts #23

Closed MadcapJake closed 8 years ago

MadcapJake commented 8 years ago
@a[*-1] # should be highlighted like
@a[* - 1]

Number rule breaks with the star next to it.