Skip to content

creatorrr/emacs-mint-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs mint mode

Major mode for mint lang.

Installing

Add the following to your ~/.emacs config and restart your editor:

(use-package mint-mode
  :straight (mint-mode
             :type git
             :host github
             :repo "creatorrr/emacs-mint-mode"
             :files ("tokens" "mint-mode.el"))
  :mode ("\\.mint\\'" . mint-mode))

Using leaf.el and Guix

Install leaf.el and emacs-mint-mode to your default profile with the following command:

guix install emacs-leaf emacs-mint-mode

Add the following to your ~/.emacs or ~/.emacs.d/init.el:

(leaf mint-mode)

Features

  • Syntax highlighting

Planned roadmap

Help wanted with these!

  • Show formatting errors in buffer
  • Highlight HTML tags and attributes
  • Add to MELPA (DONE)
  • Autocomplete support
  • Tag a release
  • Package for Guix (Done)
  • Language Server Protocol Integration and Testing (eglot, lsp-mode)

Screenshots

Mint syntax highlight example Mint syntax highlight example Mint auto formatting example