hinrik / perl6-mode

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

Hyper ops << act as quotes #8

Closed nd3i closed 8 years ago

nd3i commented 8 years ago

Hyper op: << or « act as open-quote: no highlighting until a matching >> or »

Hyper-unary seems ok: +<< ... doesn't quote.

hinrik commented 8 years ago

Can you post a code example that exhibits this problem?

autark commented 8 years ago

Not OP, but I came across the same problem with this statement:

$a <<*<< $b;

nd3i commented 8 years ago

So sorry. I never saw your request for an example. I only just now got the closure notification.

Oh well, thanks for following up. Good to get it fixed.

hinrik commented 8 years ago

No worries. :)