atom-language
atom-language copied to clipboard
.max and :exists don't highlight
Describe what you see, what you want to see, and perhaps some linkage to docs, synopses, or irclog chatter.
Example Code
@array.max;
%hash{$key}:exists;
Picture [optional]
Providing a picture means that if the issue is fixed and linguist updates to include the fix (linguist uses this package to highlight Perl 6 on GitHub), your issue will remain historically viewable.
Leave this in. For internal use.
- [ ] Fixed in Master
- [ ] Fixed in Release
- [ ] Has Tests
- [ ] Passes Tests
:exists
highlights now. But I want some tests for:
%hash<key>:exists
%hash{'key'}:exists
%hash<key>:!exists
%hash{'key'}:!exists
.max
does not highlight though atm