language-perl6fe icon indicating copy to clipboard operation
language-perl6fe copied to clipboard

Regex captures aren't highlighted properly in double quoted strings

Open samcv opened this issue 8 years ago • 1 comments

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>");

samcv avatar Nov 16 '16 02:11 samcv

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.

MadcapJake avatar Dec 02 '16 05:12 MadcapJake