Open zoffixznet opened 8 years ago
Perl 6 supports fancy Unicode quotes, but the highlighter doesn't seem to recognize them.
# RT #124219 { my $code = ‘grammar Bug { token term { a }; token TOP { <term> % \n } }’ ~ ‘Bug.parse( 'a' );’ }
Issue Description
Perl 6 supports fancy Unicode quotes, but the highlighter doesn't seem to recognize them.
Example Code
Picture [optional]