hinrik / perl6-mode

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

Wrong highlighting when the string starts with the same quote #13

Open AlexDaniel opened 8 years ago

AlexDaniel commented 8 years ago
say ‘‘hello’ world’      # OUTPUT: ‘hello’ world

↑ This snippet is highlighted incorrectly.

say ‘ ‘hello’ world’;

↑ But this one is fine.