Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisbarrett/bison-mode

Major mode for editing bison files
https://github.com/chrisbarrett/bison-mode

Last synced: 16 days ago
JSON representation

Major mode for editing bison files

Awesome Lists containing this project

README

        

# bison-mode

## Summary

Major mode for editing [GNU Bison](http://www.gnu.org/software/bison/) files,
providing syntax highlighting and indentation.

This package is based of bison-mode by
[Eric Beuscher]([email protected]). The original version is available
[here](http://ftp.sunet.se/pub/gnu/emacs-lisp/incoming/bison-mode.el).

## Installing

You will need Emacs 24+, `make` and [Cask](https://github.com/cask/cask) to
build the project.

cd bison-mode
make && make install

## Contributing

Yes, please do! See CONTRIBUTING.md for guidelines.

## License

See COPYING. Copyright (c) 2014 Chris Barrett.