EBNF TextMate Bundle

October 30, 2016 · View on GitHub

This TextMate bundle adds syntax highlighting support for the Extended Backus-Naur Form.

EBNF

Installation

Manual

  1. Download the latest release
  2. Unzip the archive
  3. 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