emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 updated (33a8415eb7e -> 8f53fa10d94)


From: Yuan Fu
Subject: emacs-29 updated (33a8415eb7e -> 8f53fa10d94)
Date: Fri, 9 Dec 2022 19:46:43 -0500 (EST)

casouri pushed a change to branch emacs-29.

      from  33a8415eb7e Use 'project--value-in-dir' for 
'project-vc-include-untracked' too
       new  4df35e3491c Improve fontification in csharp-ts-mode (bug#59909)
       new  7141920c6af Fix escape-sequence feature in typescript-ts-mode 
(bug#59906)
       new  1014bcc8e32 Fix fontification of method-invocations in js-ts-mode 
(bug#59904)
       new  8f49137c9bf Add dockerfile-ts-mode (Bug#59894)
       new  839341d7370 Make more granular defun-type-regexp (bug#59873)
       new  8de8f1dc051 Add class_body indentation for typescript (bug#59680)
       new  8f53fa10d94 Fontify "this" as a keyword in c++-ts-mode (bug#59924)


Summary of changes:
 admin/notes/tree-sitter/build-module/batch.sh |   1 +
 admin/notes/tree-sitter/build-module/build.sh |   6 +-
 etc/NEWS                                      |   5 +
 lisp/progmodes/c-ts-mode.el                   |   6 +-
 lisp/progmodes/csharp-mode.el                 |  10 +-
 lisp/progmodes/dockerfile-ts-mode.el          | 176 ++++++++++++++++++++++++++
 lisp/progmodes/eglot.el                       |   2 +-
 lisp/progmodes/java-ts-mode.el                |  10 +-
 lisp/progmodes/js.el                          |  27 ++--
 lisp/progmodes/typescript-ts-mode.el          |   7 +-
 10 files changed, 226 insertions(+), 24 deletions(-)
 create mode 100644 lisp/progmodes/dockerfile-ts-mode.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]