Skip to content

Commit b028a90

Browse files
committed
Release v1.4.0
1 parent 52f111a commit b028a90

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Change Log
33

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

6-
[Unpublished]: ../../compare/v1.3.1...HEAD
6+
[Unpublished]: ../../compare/v1.4.0...HEAD
77

88

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

8486

8587
[Referenced links]:_____________________________________________________
88+
[v1.4.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.4.0
8689
[v1.3.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.1
8790
[v1.3.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.0
8891
[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.
9194
[v1.0.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.1
9295
[v1.0.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.0
9396
[2.3.3.2]: http://www.hep.by/gnu/elisp/General-Escape-Syntax.html
97+
[AmuseWiki]: https://amusewiki.org/library/manual
98+
[Emacs Muse]: https://gnu.org/software/emacs-muse/manual/muse.html
9499
[YASnippet]: http://joaotavora.github.io/yasnippet
95100
[`el-get`]: https://github.com/dimitri/el-get
96101
[`mocha.el`]: https://github.com/scottaj/mocha.el

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language-emacs-lisp",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Emacs Lisp support for Atom.",
55
"keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF", "YASnippet", "YAS", "Muse", "AmuseWiki"],
66
"repository": "https://github.com/Alhadis/language-emacs-lisp",

0 commit comments

Comments
 (0)