Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/superwhiskers/raku.kak
- Owner: superwhiskers
- License: 0bsd
- Created: 2022-06-27T07:56:59.000Z (over 2 years ago)
- Default Branch: canon
- Last Pushed: 2023-09-14T19:22:34.000Z (about 1 year ago)
- Last Synced: 2023-09-15T12:24:34.553Z (about 1 year ago)
- Topics: kakoune, plugin, syntax-highlighting
- Language: KakouneScript
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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)