Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Oct 16, 2019
1 parent 52f111a commit b028a90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ Change Log

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

[Unpublished]: ../../compare/v1.3.1...HEAD
[Unpublished]: ../../compare/v1.4.0...HEAD


[Unpublished]
[v1.4.0]
------------------------------------------------------------------------
**October 17th, 2019**
* __Added:__ Syntax highlighting for [Emacs Muse] and [AmuseWiki] markup
* __Added:__ Highlighting for [`el-get`], [`straight.el`] and [`quelpa`]
* __Fixed:__ Automatic insertion of closing backticks and single-quotes
* __Fixed:__ Unescaped and mangled output from evaluation commands
Expand Down Expand Up @@ -83,6 +85,7 @@ Initial release. Adds editor commands and highlighting for Emacs Lisp.


[Referenced links]:_____________________________________________________
[v1.4.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.4.0
[v1.3.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.1
[v1.3.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.0
[v1.2.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.2.0
Expand All @@ -91,6 +94,8 @@ Initial release. Adds editor commands and highlighting for Emacs Lisp.
[v1.0.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.1
[v1.0.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.0
[2.3.3.2]: http://www.hep.by/gnu/elisp/General-Escape-Syntax.html
[AmuseWiki]: https://amusewiki.org/library/manual
[Emacs Muse]: https://gnu.org/software/emacs-muse/manual/muse.html
[YASnippet]: http://joaotavora.github.io/yasnippet
[`el-get`]: https://github.com/dimitri/el-get
[`mocha.el`]: https://github.com/scottaj/mocha.el
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-emacs-lisp",
"version": "1.3.1",
"version": "1.4.0",
"description": "Emacs Lisp support for Atom.",
"keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF", "YASnippet", "YAS", "Muse", "AmuseWiki"],
"repository": "https://github.com/Alhadis/language-emacs-lisp",
Expand Down

0 comments on commit b028a90

Please sign in to comment.