MadcapJake / language-perl6fe

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

Regex captures aren't highlighted properly in double quoted strings #41

Open samcv opened 7 years ago

samcv commented 7 years ago

Issue Description

screenshot_20161115_183819

Compare the following:

Example Code

say "Nick [{$<nick>}] Units [{$<units>}] Time [{$<time>}] Message [{$<message>}]";
my $got = string-to-secs("$<time> $<units>");
MadcapJake commented 7 years ago

Ok I can get that fixed for sure. I actually want to make a full pass on variables inside of strings because there are other things not working as well.