Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 632 Bytes

EBNF TextMate Bundle

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