From b028a9001209437b2e31b53629e4ad4accf974a9 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Thu, 17 Oct 2019 01:38:37 +1100 Subject: [PATCH] Release v1.4.0 --- CHANGELOG.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d486637..2c1ef7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/package.json b/package.json index 51e52d3..4a6195b 100644 --- a/package.json +++ b/package.json @@ -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",