This is a major mode for the Clean programming language at Clean
- Download
clean-mode
- Extract contents in your
.emacs.d
directory - Add the following to your init file
(add-to-list 'load-path "~/.emacs.d/clean-mode")
(load "clean-mode")
(add-to-list 'auto-mode-alist '("\\.cl\\'" . clean-mode))
- Syntax Highlighting
- Completion for keywords using
company
Check LICENSE file for license rights and limitations (GNU GPL v3)