MadcapJake / language-perl6fe

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

Fancy Unicode as heredoc delimiter doesn't get recognized #36

Open zoffixznet opened 8 years ago

zoffixznet commented 8 years ago

Issue Description

When using basic stuff like END for heredoc delimiters, the heredoc is highlighted as string content, but using something fancier doesn't get highlighted.

Example Code

print qq:to/END/;
    Perl 6
    Heredocs are
    Awesome! :D
    END

print qq:to/πŸ“πŸ”š/;
    Perl 6
    Heredocs are
    Awesome! :D
    πŸ“πŸ”š

Picture

z