Skip to content

Releases: Alhadis/language-emacs-lisp

v1.4.1

03 Aug 15:26
v1.4.1
Compare
Choose a tag to compare
  • Added: Comment highlighting for interpreter directives (hashbangs)
  • Added: Snippets for YASnippet metadata and placeholders
  • Fixed: Various inaccuracies related to modeline matching

v1.4.0

16 Oct 14:44
v1.4.0
Compare
Choose a tag to compare
  • 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

v1.3.1

01 Jul 12:15
v1.3.1
Compare
Choose a tag to compare
  • Added: Highlighting for another 30 keywords used by mocha.el
  • Added: Highlighting for the use-package macro
  • Fixed: Highlighting of YASnippets without prologues

v1.3.0

06 Sep 08:27
v1.3.0
Compare
Choose a tag to compare
  • Added: defun highlighting for cl-{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

14 Oct 04:15
v1.2.0
Compare
Choose a tag to compare

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

02 Oct 09:08
v1.1.1
Compare
Choose a tag to compare
  • Fixed #1: Inaccurate matching of formatting specifiers

v1.1.0

28 Sep 11:57
v1.1.0
Compare
Choose a tag to compare

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, and viper extensions
  • Fixed: Partial highlighting of binary and hexadecimal literals
  • Fixed: Partial highlighting of ±INF and ±NaN constants

v1.0.1

28 Aug 14:04
v1.0.1
Compare
Choose a tag to compare

Small patch to fix broken highlighting in certain symbols with dashes.

v1.0.0

28 Aug 11:19
v1.0.0
Compare
Choose a tag to compare

Initial release. Adds editor commands and syntax highlighting for Emacs Lisp.