pkryger / monkeyc-mode

Emacs Monkey C Mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs Monkey C Mode

monkeyc-mode is a major mode for editing Monkey C file. Adds syntax highlighting.

Installation

Download the monkeyc-mode.el and save the file where Emacs can find it (i.e., a directory in your load-path). You can then configure monkeyc-mode to load automatically by adding the following to your init file:

(add-to-list 'load-path "/your/path/to/monkeyc-mode/")
(require 'monkeyc-mode)
(add-to-list 'auto-mode-alist '("\\.mc\\'" . monkeyc-mode))

About

Emacs Monkey C Mode

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%