Skip to content

Latest commit

 

History

History
126 lines (94 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

126 lines (94 loc) · 5.04 KB

Change Log

This project adheres to Semantic Versioning.

  • Added: Highlighting for key binding substitution sequences in Elisp comments and docstrings, introduced (or changed) circa Emacs 28.1.
  • Fixed: Escaped brackets and quotes not recognised in YASnippets
  • Improved: Highlighting of escape sequences in strings on GitHub

August 4th, 2021

  • Added: Comment highlighting for interpreter directives (hashbangs)
  • Added: Snippets for YASnippet metadata and placeholders
  • Fixed: Various inaccuracies related to modeline matching

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

July 1st, 2019

  • Added: Highlighting for another 30 keywords used by mocha.el
  • Added: Highlighting for the use-package macro
  • Fixed: Highlighting of YASnippets without prologues

September 6th, 2018

  • 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

October 14th, 2017

  • 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" …)

October 2nd, 2016

  • Fixed #1: Inaccurate matching of formatting specifiers

September 28th, 2016
Improves file support and highlighting of numeric constants.

  • Added: File extension support for _emacs, abbrev_defs, .eld, gnus, Project.ede, and viper
  • Added: Highlighting to pair separators and square brackets
  • Added: Recognition of modelines and hashbangs
  • Added: Support for character escape sequences
  • Fixed: Partial highlighting of binary and hexadecimal literals
  • Fixed: Partial highlighting of ±INF and ±NaN constants

August 29th, 2016
Small patch to fix broken highlighting in certain symbols with dashes.

August 28th, 2016
Initial release. Adds editor commands and highlighting for Emacs Lisp.