MadcapJake / language-perl6fe

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

\x[] escapes in character classes get wrongly highlighted #39

Open zoffixznet opened 8 years ago

zoffixznet commented 8 years ago

The closing bracket of the escape gets highlighted as closing bracket of the character class.

Example Code

/<[b]+[b\x[308]]>/

Picture [optional]

z

MadcapJake commented 7 years ago

I could either check for an escape sequence prior to closing the character class or explicitly add support for escapes.