emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 updated (5b178efd85 -> 0f9e6532b1)


From: Yuan Fu
Subject: emacs-29 updated (5b178efd85 -> 0f9e6532b1)
Date: Mon, 12 Dec 2022 18:09:37 -0500 (EST)

casouri pushed a change to branch emacs-29.

      from  5b178efd85 ; Adjust eglot test to recent autopep8/pycodestyle
       new  647b6a8099 Add expression for generic_name in csharp-ts-mode 
(bug#59897)
       new  8ec923775d Tweak various ts-mode's indent and fontification 
(bug#59931)
       new  ca67d988d8 Add cmake-ts-mode
       new  d264b75669 Align C++ access specifiers to their enclosing 
class/struct/union
       new  5d4274d9b6 ; * admin/notes/tree-sitter/build-module/build.sh: Add 
-fPIC.
       new  631908f701 Add "->" to python--treesit-operators (bug#59968)
       new  c0fe6c72ce Improve dockerfile-ts-mode imenu generation (Bug#59979)
       new  4bccb7b211 Make treesit-query-validate create a read-only buffer
       new  0f9e6532b1 Use font-lock-number-face for numeric values in 
csharp-mode


Summary of changes:
 admin/notes/tree-sitter/build-module/batch.sh |   1 +
 admin/notes/tree-sitter/build-module/build.sh |   5 +-
 etc/NEWS                                      |   5 +
 lisp/progmodes/c-ts-mode.el                   |   6 +-
 lisp/progmodes/cmake-ts-mode.el               | 234 ++++++++++++++++++++++++++
 lisp/progmodes/csharp-mode.el                 |   8 +-
 lisp/progmodes/dockerfile-ts-mode.el          |   7 +-
 lisp/progmodes/eglot.el                       |   2 +-
 lisp/progmodes/java-ts-mode.el                |   4 +-
 lisp/progmodes/js.el                          |   1 +
 lisp/progmodes/json-ts-mode.el                |   5 +-
 lisp/progmodes/python.el                      |   3 +-
 lisp/progmodes/typescript-ts-mode.el          |   2 +
 lisp/treesit.el                               |   3 +-
 14 files changed, 275 insertions(+), 11 deletions(-)
 create mode 100644 lisp/progmodes/cmake-ts-mode.el



reply via email to

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