Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superwhiskers/raku.kak

raku syntax highlighting for kakoune
https://github.com/superwhiskers/raku.kak

kakoune plugin syntax-highlighting

Last synced: 8 days ago
JSON representation

raku syntax highlighting for kakoune

Awesome Lists containing this project

README

        

# raku.kak

extremely simple syntax highlighting for [raku](https://raku.org)

## remaining things to add

- unicode in identifiers
- [substitution
operators](https://docs.raku.org/language/operators#Substitution_operators)
and [regex
literals](https://docs.raku.org/language/syntax#Regex_literals)
- [quoting](https://docs.raku.org/language/quoting)
- [unicode pairs](https://github.com/Raku/roast/blob/aa4994a7f6b3f6b450a9d231bebd5fba172439b0/S02-literals/quoting-unicode.t#L49-L65)
- more nuanced highlighting (it's already pretty usable, however)