EBNF TextMate Bundle
October 30, 2016 · View on GitHub
This TextMate bundle adds syntax highlighting support for the Extended Backus-Naur Form.

Installation
Manual
- Download the latest release
- Unzip the archive
- Double-Click on “EBNF.tmbundle”
Terminal
mkdir -p "$HOME/Library/Application Support/TextMate/Bundles"
cd "$HOME/Library/Application Support/TextMate/Bundles"
git clone https://github.com/sanssecours/EBNF.tmbundle