MadcapJake / language-perl6fe

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

incorrect highlighting for some C<< ... >> format #13

Closed cognominal closed 8 years ago

cognominal commented 8 years ago

C<< QAST::Op.new(:op, QAST::SVal.new(value<Hi!>)) >> thx again for this module.

MadcapJake commented 8 years ago

I'm not sure what this is supposed to be highlighted as? Are you talking about Pod code formatting?

cognominal commented 8 years ago

Yes, I should have made that clear

MadcapJake commented 8 years ago

And you want to use double angle brackets as the delimiters? Is this another one of those any-delimiter-works kind of things? :stuck_out_tongue:

cognominal commented 8 years ago

A more realistic example would be :

C<< QAST::Op.new(:op, QAST::SVal.new(value)) >>

Note the :op which led to the double texas quoting C<< ...>> I don't mind if atom replaces the doubled texas quote chars by the appropriare unicode chars I can't remember how to get them from my keyboard