MadcapJake / language-perl6fe

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

Add `-->` returns operator #20

Closed MadcapJake closed 8 years ago

MadcapJake commented 8 years ago
sub foo(Str $a --> Int) { $a.Int }

highlighter thinks this is -- and >, should be one op (for FiraCode support)