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
Just add to load-path
and generate autoloads or
(require 'oat-mode)
Code:
Converted from oat-mode.el
by el2markdown.