You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.1.0
* Added: Fallback highlighting for unrecognised BNF symbols
* Added: Support for Labelled BNF [#3]
* Added: Support for Lark-flavoured EBNF [#4]
* Fixed: BNF rules restricted to single-line definitions only
* Fixed: Broken highlighting of EBNF rule-names that contain dashes
v1.0.2
* Added: Support for ABNF `<prose sequences>`
* Added: Tokenisation of non-standard `:=` delimiters in ABNF files
* Fixed: Incorrect matching of core-rule names followed by dashes
v1.0.0
Initial release. Adds syntax highlighting for the following languages:
* Augmented Backus-Naur Form
* Backus-Naur Form
* Extended Backus-Naur Form
* Lex / Flex
* Yacc / Bison