Skip to content

LBNF (Labelled Backus Naur Form) vim syntax file

Notifications You must be signed in to change notification settings

dkasak/lbnf.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

About

Syntax highlighting for Labelled BNF, a variant of BNF used in the compiler construction tool bnfc.

Based on the vim script available at http://www.vim.org/scripts/script.php?script_id=1470. The script was extended with support for most of the syntax described in the LBNF reference.

Installation

Do any of the following:

  1. Use vim-plug and put

    Plug 'dkasak/lbnf.vim'

    in the vim-plug plugin section of your vimrc.

  2. Use another vim plugin manager.

  3. Install lbnf.vim manually in ~/.vim/syntax/ or equivalent.

About

LBNF (Labelled Backus Naur Form) vim syntax file

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%