LBNF
for Sublime Text
Provides syntax (highlighting) in Sublime Text for the LBNF (Labeled Backus Naur Form) formalism. LBNF is primarily used by bnfc.
Sublime Text 3 only. Version 2 is not supported.
If you already have Package Control installed in Sublime Text:
- Select "Install Package" from the Command Palette:
- Ctrl+Shift+P on Windows and Linux
- ⇧⌘P on OS X
- Search for "LBNF" and hit ENTER.
Go to Preferences -> Browse Packages
, and then either download and unzip this plugin into that directory, or:
git clone https://github.com/centril/sublime-lbnf-syntax.git "sublime-lbnf-syntax"
Optionally, make sure that .cf
files are shown with this syntax.
If not, set LBNF
as default for .cf
files.
Sneak peak of highlighting
test.cf
with the Monocyanide ColorScheme theme, or Cyanide Theme.
See the messages folder.
Want to contribute? Great stuff! Please use the issue system that github provides to report bugs/issues or request an enhancement. Pull requests are also more than welcome.
Mazdak Farrokhzad / Centril <twingoow@gmail.com>
Licensed under the MIT License. Copyright (c) 2016 Mazdak Farrokhzad.