atom-language
atom-language copied to clipboard
Atom/Github Raku Syntax Highlighting Support 🦋
As Atom was discontinued, saw this interesting fork https://github.com/pulsar-edit ### Leave this in. For internal use. - [ ] Fixed in Master - [ ] Fixed in Release - [...
- [ ] Find all atom packages relying on script name "Perl 6" I am not sure how to do this, HELP WANTED - [ ] Find all atom package...
See https://github.com/Raku/doc-website/issues/196 > Describe what you see, what you want to see, and perhaps some linkage to docs, synopses, or irclog chatter. ### Example Code ```perl6 react { whenever IO::Socket::Async.listen('0.0.0.0',...
> Describe what you see, what you want to see, and perhaps some linkage to docs, synopses, or irclog chatter. The following code will completely stick the syntactic highlighter into...
> Highlighting iis wrong until restored by bogus match. ### Example Code token annotation-text { Providing a picture means that if the issue is fixed and linguist updates to include...
Several error windows open when attempting to open a .t file in another window, however normal operation still seems possible. Error 1 ``` Maximum call stack size exceeded in /home/cbwood/.atom/packages/language-perl6/grammars/perl6fe.regexp.cson...
As [Atom 1.32](http://blog.atom.io/2018/10/23/atom-1-32.html) has been released today with the [tree-sitter parsing system](http://tree-sitter.github.io/tree-sitter/), we may need to start thinking of moving to the new incremental parsing library to speed up our...
`s///` and likely other quoter constructs break highlights if arguments are given to the adverbs: ### Example Code ```perl6 #### NORMAL: s/.//; sub foo { say :meows; } # BROKEN:...
Please port this highlighting schema to [KDE/syntax-highlighting](https://github.com/KDE/syntax-highlighting/tree/master/data/syntax), also known as Kate syntax highlighting. It serves as the upstream repository for numerous editors and highlighting tools; it is [already in use...
Code after `["\c[MINUS-OR-PLUS SIGN]"]` is highlighted-broken. Adding another quote in comments unbreaks it. ### Example Code ```perl6 { sub prefix:["\c[MINUS-OR-PLUS SIGN]"] ($thing) { return "AROUND$thing"; }; is ∓ "fish", "AROUNDfish",...