Releases: Alhadis/language-emacs-lisp
Releases · Alhadis/language-emacs-lisp
v1.4.1
v1.4.0
- Added: Syntax highlighting for Emacs Muse and AmuseWiki markup
- Added: Highlighting for
el-get
,straight.el
andquelpa
- Fixed: Automatic insertion of closing backticks and single-quotes
- Fixed: Unescaped and mangled output from evaluation commands
v1.3.1
v1.3.0
- Added:
defun
highlighting forcl-{defun,defmacro,defsubst}
- Added: Highlighting for "magic" autoloading comments
- Added: Highlighting for another 1,935 function names
- Added: Support for strings using ASCII-style directional quotes
- Added: Syntax highlighting for YASnippet files
- Fixed: Inconsistent highlighting of
(lambda())
and(lambda ())
- Fixed: Missing highlighting of
,
when inserting symbols
v1.2.0
Substantial improvements made to keyword coverage, and several bugs fixed.
- Added: Highlighting for faces and another 30,134 function names, courtesy of Endless Parentheses
- Fixed: Broken highlighting of
<=
and>=
in functions - Fixed: Editor commands still registered after deactivating package
- Fixed: Deprecation warning when evaluating Lisp expressions
- Fixed: Duplicated output when
language-emacs-lisp:run-selection
is used to evaluate an expression already enclosed by(message "%s" …)
v1.1.1
v1.1.0
Improves file support and highlighting of numeric constants.
- Added: Highlighting to pair separators and square brackets
- Added: Recognition of modelines and hashbangs
- Added: Support for character escape sequences
- Added: Support for
_emacs
,abbrev_defs
,.eld
,gnus
,Project.ede
, andviper
extensions - Fixed: Partial highlighting of binary and hexadecimal literals
- Fixed: Partial highlighting of
±INF
and±NaN
constants