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