MadcapJake / language-perl6fe

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

\] doesn't highlight in regex #17

Closed CyberSkull closed 8 years ago

CyberSkull commented 8 years ago

Given this code snippet,

regex { <[ \] ]> }

The \] does not highlight properly. The closing bracket remains unhighlighted while the \ is highlighted. It makes perl6fe think that the enumerated character class is closing early.

screen shot 2016-02-10 at 11 09 58 pm