Plugin for Kakoune text editor adding support for Mint language
- syntax highlighting
- basic code completion
mint-generate-procfile
command for use with Procfile managers like Hivemind
Code completion is pretty basic, Mint has LSP implementation in the roadmap so there is no point in writing anything more advanced here.
Source mint.kak
from your kakrc
or use plug.kak:
plug "https://github.com/TeddyDD/kakoune-mint"
- 0.1 2018-10-02:
- initial release
- Kakoune v2018.09.04
- Mint 0.3.0
- 0.2 2019-03-15:
- Kakoune v2019.01.20
- Mint 0.4.0
- CHANGE new directory layout (breaking: update path in
kakrc
) - ADD new keywords
- 0.3 2019-07-04:
- Kakoune v2019.07.01
- CHANGE use modules
- ADD comment blocks
- FIX replace
in
keyword withof
(for loops) - ADD missing
when
keyword (for loop)
- master:
- Kakoune v2020.09.01
- Mint 0.11.0
- FIX js highlighting
- ADD Tuple type highlighting
- ADD global component highlighting