manateelazycat / bison

Mode to editing bision source code in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's this?

It's a mode for bison files that provide better syntax highlight than bison-mode.el

Installation

Then put bison.el to your load-path.

The load-path is usually ~/elisp/.

It's set in your ~/.emacs like this:

(add-to-list 'load-path (expand-file-name "~/elisp"))

(require 'bison)

(add-to-list 'auto-mode-alist '("\\.y$" . bison-mode))
(autoload 'bison-mode "bison")

About

Mode to editing bision source code in Emacs


Languages

Language:Emacs Lisp 100.0%