hinrik / perl6-mode

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

Add support for unicode quotes: ‘’ “” 「」 #2

Closed AlexDaniel closed 8 years ago

AlexDaniel commented 9 years ago

Otherwise regular quotes inside ‘’ “” 「」 will break syntax highlighting.

Example:

my $test = ‘'’; say 'nooo!';

(GitHub does not get it right as well)

AlexDaniel commented 8 years ago

Thanks!