| ebnf.vim : Extended BNF (ISO/IEC 14977) Syntax 
 
 
  | script karma | Rating 21/13,
    Downloaded by 3274 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Hans Fugal |  |  |  | script type |  | syntax |  |  |  | description |  | Syntax file for EBNF as specified by ISO/IEC 14977 : 1996(E) 
 EBNF is slightly different from most homegrown BNF.  Terminals are always quoted, non-terminals are not (and may contain spaces). Kleene closure is achieved by enclosing with braces, 0-or-1 matches with brackets, 1-or-more matches by appending "-" to the end of the braces (i.e. {one non-terminal, second non-terminal}- ). Atoms are separated by "," or "|". A production rule ends with ";" or ".". Comments are (* comment *)
 
 For more information on EBNF see http://www.cl.cam.ac.uk/~mgk25/iso-ebnf.html
 |  |  |  | install details |  | Save in $VIMRUNTIME/syntax/ :help new-filetype
 |  |  |  
Click on the package to download.
 
ip used for rating: 216.73.216.103 |