项目作者: nverno

项目描述 :
emacs major-mode for oat language
高级语言: Emacs Lisp
项目地址: git://github.com/nverno/oat-mode.git
创建时间: 2020-02-16T15:07:24Z
项目社区:https://github.com/nverno/oat-mode

开源协议:

下载


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

  1. (require 'oat-mode)

Code:


Converted from oat-mode.el by el2markdown.