Skip to content

moonli-lang/moonli-mode.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

moonli-mode for emacs

moonli-mode.el adds support for the Moonli Programming Language to Emacs.

Installation

Method 1: Manual

If you use use-package (which you should!):

(use-package moonli
  :load-path "/path/to/moonli-mode.el/moonli-mode.el"
  :bind (:map moonli-mode-map
         ("C-c C-c" . moonli-compile-defun)
         ("C-x C-e" . moonli-eval-last-expression)))

If you don't use use-package, add the following to your config:

(autoload 'moonli-mode "/path/to/moonli-mode.el/moonli-mode.el" nil t)

Method 2: Melpa

TODO

Current and Planned Features

[x] Basic syntax highlighting [x] beginning/end-of-defun [x] Eval last expression [ ] Indentation

About

Emacs support for Moonli programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published