Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed May 4, 2020
1 parent 4566501 commit a6c36e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ Change Log
This project honours [Semantic Versioning](http://semver.org).


[Staged]
[v1.1.2]
------------------------------------------------------------------------
* __Added:__ Highlighting for patterns in Bash `[[ =~ … ]]` conditionals
**May 4th, 2020**
Adds syntax highlighting for patterns in Bash `[[ =~ … ]]` conditionals.
Note that this only works when [Tree Sitter parsers are disabled][2].

[2]: https://github.com/Alhadis/language-regexp/issues/5



[v1.1.1]
Expand Down Expand Up @@ -50,7 +55,8 @@ Initial release. Adds syntax highlighting for regular expression data.


[Referenced links]:_____________________________________________________
[Staged]: ../../compare/v1.1.1...HEAD
[Staged]: ../../compare/v1.1.2...HEAD
[v1.1.2]: https://github.com/Alhadis/language-regexp/releases/tag/v1.1.2
[v1.1.1]: https://github.com/Alhadis/language-regexp/releases/tag/v1.1.1
[v1.1.0]: https://github.com/Alhadis/language-regexp/releases/tag/v1.1.0
[v1.0.1]: https://github.com/Alhadis/language-regexp/releases/tag/v1.0.1
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-regexp",
"version": "1.1.1",
"version": "1.1.2",
"description": "Bleeding edge, engine-agnostic highlighting for regular expression data.",
"keywords": ["RegEx", "RegExp", "Regular Expression", "Patterns", "POSIX", "PCRE", "Perl", "Oniguruma", "TextMate"],
"repository": "https://github.com/Alhadis/language-regexp",
Expand Down

0 comments on commit a6c36e7

Please sign in to comment.