Skip to content

Commit 6e9c56e

Browse files
committedJul 2, 2021
Release v1.2.0
1 parent 2583808 commit 6e9c56e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Change Log
33

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

6-
[Unpublished]: ../../compare/v1.1.0...HEAD
6+
[Unpublished]: ../../compare/v1.2.0...HEAD
77

88

9-
[Unpublished]
9+
[v1.2.0]
1010
------------------------------------------------------------------------
11+
**July 2nd, 2021**
1112
* __Added:__ Support for [PEG.js][]/[Peggy][] grammars
1213
* __Added:__ Improved support for [W3C-style][W3] EBNF
1314

15+
[v1.2.0]: https://github.com/Alhadis/language-grammars/releases/tag/v1.2.0
1416
[PEG.js]: https://pegjs.org/
1517
[Peggy]: https://peggyjs.org/
1618
[W3]: https://www.w3.org/TR/REC-xml/#sec-notation

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language-grammars",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.",
55
"repository": "https://github.com/Alhadis/language-grammars",
66
"homepage": "https://atom.io/packages/language-grammars",

0 commit comments

Comments
 (0)
Please sign in to comment.