MadcapJake / language-perl6fe

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

Fancy Quotes Aren't Recognized #37

Open zoffixznet opened 8 years ago

zoffixznet commented 8 years ago

Issue Description

Perl 6 supports fancy Unicode quotes, but the highlighter doesn't seem to recognize them.

Example Code

# RT #124219
{
    my $code = ‘grammar Bug { token term { a }; token TOP { <term> % \n } }’
        ~ ‘Bug.parse( 'a' );’

}

Picture [optional]

untitled