atom-language
atom-language copied to clipboard
Atom/Github Raku Syntax Highlighting Support 🦋
> Describe what you see, what you want to see, and perhaps some linkage to docs, synopses, or irclog chatter. Syntax Highlighting on lines with < is wrong on the...
It is fine that they are tagged as part of the class name, but we need to additionally tag the `::` themselves or they will end up being highlighted the...
> Describe what you see, what you want to see, and perhaps some linkage to docs, synopses, or irclog chatter. ### Example Code ```perl6 say "The capital of France is:...
See: https://docs.perl6.org/language/quoting#Shell_quoting_with_interpolation:_qqx ### Example Code ```perl6 say qqx{echo "hello $world"}; # hello there ``` ### Picture [optional]  ### Leave this in. For internal use. - [ ] Fixed in...
Make keys and values differently colored for Pairs
```perl6 rx/ "$var" / ``` ### Leave this in. For internal use. - [ ] Fixed in Master - [ ] Has Tests - [ ] Passes Tests
Raku syntax highlighting does not appear to work w/ multiline comments ### Example Code ```raku #`[ In the Morse code example, `uc.comb` is used to iterate over each character of...