[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 updated (146bce49321 -> c92360c7a3b)
From: |
Dmitry Gutov |
Subject: |
emacs-29 updated (146bce49321 -> c92360c7a3b) |
Date: |
Fri, 24 Feb 2023 20:55:02 -0500 (EST) |
dgutov pushed a change to branch emacs-29.
from 146bce49321 Avoid crashes in batch mode due to lack of frame face
cache
new a795c51f605 Add more/finer faces for tree-sitter
new c92360c7a3b typescript-ts-mode: Highlight non-shorthand
destructuring bindings
Summary of changes:
doc/lispref/modes.texi | 25 ++++++++++++----
etc/NEWS | 5 ++--
lisp/cus-theme.el | 7 +++--
lisp/font-lock.el | 23 +++++++++++++--
lisp/progmodes/c-ts-mode.el | 18 ++++++------
lisp/progmodes/cmake-ts-mode.el | 4 +--
lisp/progmodes/csharp-mode.el | 28 +++++++++---------
lisp/progmodes/go-ts-mode.el | 12 ++++----
lisp/progmodes/java-ts-mode.el | 10 +++----
lisp/progmodes/js.el | 35 +++++++++++-----------
lisp/progmodes/json-ts-mode.el | 2 +-
lisp/progmodes/python.el | 31 ++++++++++----------
lisp/progmodes/ruby-ts-mode.el | 6 ++--
lisp/progmodes/rust-ts-mode.el | 56 ++++++++++++++++++------------------
lisp/progmodes/typescript-ts-mode.el | 29 ++++++++++---------
lisp/textmodes/css-mode.el | 5 ++--
lisp/textmodes/toml-ts-mode.el | 4 +--
lisp/textmodes/yaml-ts-mode.el | 12 ++++----
18 files changed, 175 insertions(+), 137 deletions(-)
- emacs-29 updated (146bce49321 -> c92360c7a3b),
Dmitry Gutov <=