Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 713 Bytes

oat-mode - Emacs mode for editing Oat source

Author: Noah Peart noah.v.peart@gmail.com
URL: https://github.com/nverno/oat-mode

Derives from cc-mode, so uses the c-lang interface to modify variables inherited from java-mode.

Just using java-mode is pretty reasonable already, but this specializes to oat's grammar and removes java's (or most of it). Java handles the int[] var style syntax well

Lang-dependent code in cc-font.el/cc-langs.el

Installation

Just add to load-path and generate autoloads or

(require 'oat-mode)

Code:


Converted from oat-mode.el by el2markdown.