File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ Change Log
2+ ==========
3+
4+ This project adheres to [ Semantic Versioning] ( http://semver.org ) .
5+
6+
7+ [ v1.1.0]
8+ ------------------------------------------------------------------------
9+ ** September 28th, 2016**
10+ Improves file support and highlighting of numeric constants.
11+
12+ * __ Added:__ File extension support for ` _emacs ` , ` abbrev_defs ` , ` .eld ` ,
13+ ` gnus ` , ` Project.ede ` , and ` viper `
14+ * __ Added:__ Highlighting to pair separators and square brackets
15+ * __ Added:__ Recognition of modelines and hashbangs
16+ * __ Added:__ Support for [ character escape sequences] [ 2.3.3.2 ]
17+ * __ Fixed:__ Partial highlighting of binary and hexadecimal literals
18+ * __ Fixed:__ Partial highlighting of ` ±INF ` and ` ±NaN ` constants
19+
20+
21+ [ v1.0.1]
22+ ------------------------------------------------------------------------
23+ ** August 29th, 2016**
24+ Small patch to fix broken highlighting in certain symbols with dashes.
25+
26+
27+ [ v1.0.0]
28+ ------------------------------------------------------------------------
29+ ** August 28th, 2016**
30+ Initial release. Adds editor commands and highlighting for Emacs Lisp.
31+
32+
33+ [ Referenced links ] :_____________________________________________________
34+ [ v1.1.0 ] : https://github.com/Alhadis/language-emacs-lisp/releases/v1.1.0
35+ [ v1.0.1 ] : https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.1
36+ [ v1.0.0 ] : https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.0
37+ [ 2.3.3.2 ] : http://www.hep.by/gnu/elisp/General-Escape-Syntax.html
You can’t perform that action at this time.
0 commit comments