Skip to content

cleanlang/clean-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Clean Mode

This is a major mode for the Clean programming language at Clean

Installation

  1. Download clean-mode
  2. Extract contents in your .emacs.d directory
  3. 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))

Current Features

  • Syntax Highlighting
  • Completion for keywords using company

LICENSE

Check LICENSE file for license rights and limitations (GNU GPL v3)

Releases

No releases published

Packages

No packages published