Skip to content

TeddyDD/kakoune-mint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kakoune Mint support

Plugin for Kakoune text editor adding support for Mint language

Screenshot

Features

  • 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.

Installation

Source mint.kak from your kakrc or use plug.kak:

plug "https://github.com/TeddyDD/kakoune-mint"

Changelog

  • 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 with of (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

About

Mint language support for Kakoune

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published