Raku / atom-language

Atom/Github Raku Syntax Highlighting Support 🦋
Other
24 stars 11 forks source link

Bracket immediately before number highlights bracket like a number #58

Closed samcv closed 7 years ago

samcv commented 7 years ago

Describe what you see, what you want to see, and perhaps some linkage to docs, synopses, or irclog chatter.

say {1}.();

Problem is at https://docs.perl6.org/type/Block

It highlights the left { in addition to the number. Reported here https://github.com/perl6/doc/issues/1251 by @gfldex

Leave this in. For internal use.

samcv commented 7 years ago

Fixed in 1.15.0 which has just been released. :heavy_check_mark: