Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrisbarrett/bison-mode
- Owner: chrisbarrett
- License: gpl-3.0
- Created: 2014-02-13T10:29:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T09:33:49.000Z (over 10 years ago)
- Last Synced: 2023-04-03T19:47:25.662Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
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.