atom-language icon indicating copy to clipboard operation
atom-language copied to clipboard

Atom/Github Raku Syntax Highlighting Support 🦋

Results 47 atom-language issues
Sort by recently updated
recently updated
newest added

> 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...

difficulty:hard
fixed
Needs further fixes

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] ![screenshot_20161223_225040](https://cloud.githubusercontent.com/assets/20145557/21465688/432f3134-c962-11e6-8cd8-9596689f955d.png) ### Leave this in. For internal use. - [ ] Fixed in...

Make keys and values differently colored for Pairs

enhancement
difficulty:hard

```perl6 rx/ "$var" / ``` ### Leave this in. For internal use. - [ ] Fixed in Master - [ ] Has Tests - [ ] Passes Tests

priority:medium
difficulty:hard

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...