Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Oct 14, 2020
1 parent 43cc6c3 commit d72bdc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@ Change Log

This project adheres to [Semantic Versioning](http://semver.org/).

[Unpublished]: ../../compare/v1.0.2...HEAD
[Unpublished]: ../../compare/v1.1.0...HEAD


[Unpublished]
[v1.1.0]
------------------------------------------------------------------------
**October 15th, 2020**
* __Added:__ Fallback highlighting for unrecognised BNF symbols
* __Added:__ Support for [Labelled BNF][LBNF] [[`#3`]]
* __Added:__ Support for [Lark-flavoured EBNF][Lark] [[`#4`]]
* __Fixed:__ BNF rules restricted to single-line definitions only
* __Fixed:__ Broken highlighting of EBNF rule-names that contain dashes

[Lark]: https://lark-parser.readthedocs.io/en/latest/grammar.html
[LBNF]: https://github.com/BNFC/bnfc/blob/master/docs/lbnf.rst
[`#3`]: https://github.com/Alhadis/language-grammars/issues/3
[`#4`]: https://github.com/Alhadis/language-grammars/issues/4
[v1.1.0]: https://github.com/Alhadis/language-grammars/releases/tag/v1.1.0
[Lark]: https://lark-parser.readthedocs.io/en/latest/grammar.html
[LBNF]: https://github.com/BNFC/bnfc/blob/master/docs/lbnf.rst
[`#3`]: https://github.com/Alhadis/language-grammars/issues/3
[`#4`]: https://github.com/Alhadis/language-grammars/issues/4


[v1.0.2]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "language-grammars",
"version": "1.0.2",
"version": "1.1.0",
"description": "Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.",
"repository": "https://github.com/Alhadis/language-grammars",
"homepage": "https://atom.io/packages/language-grammars",
Expand Down

0 comments on commit d72bdc4

Please sign in to comment.