8000 GitHub - cleanlang/clean-mode: An Emacs Major mode for the Clean programming language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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)

About

An Emacs Major mode for the Clean programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0