hinrik / perl6-mode

Emacs major mode for Perl 6
GNU General Public License v3.0
36 stars 4 forks source link

$<smth> not recognized in regexes #17

Open AlexDaniel opened 7 years ago

AlexDaniel commented 7 years ago
say "hello world" ~~ / $<smth>=<-[ ' ]>+ /

Everything after ' is highlighted as a string.