Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g3rwy/kakoune-arturo
Syntax Highlighting supporting arturo for kakoune (currently not builtin)
https://github.com/g3rwy/kakoune-arturo
arturo arturo-language kakoune kakoune-plugin plugin
Last synced: 10 days ago
JSON representation
Syntax Highlighting supporting arturo for kakoune (currently not builtin)
- Host: GitHub
- URL: https://github.com/g3rwy/kakoune-arturo
- Owner: g3rwy
- Created: 2024-03-22T16:39:06.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-22T17:11:58.000Z (9 months ago)
- Last Synced: 2024-10-25T09:47:42.528Z (about 2 months ago)
- Topics: arturo, arturo-language, kakoune, kakoune-plugin, plugin
- Language: KakouneScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syntax Highlighting for Arturo language in Kakoune
thats basically all it is
if you want to install it, put it in your plugins directory presumebly:`$HOME/.config/kak/plugins/arturo.kak`
and then add this to your kakrc:
`source %val{config}/plugins/arturo.kak`
or if you use plug.kak you can also just add this line to your kakrc:
`plug "g3rwy/kakoune-arturo"`
and it should be fine