emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 updated (b365a7cc32 -> 3fa10f6e54)


From: Yuan Fu
Subject: emacs-29 updated (b365a7cc32 -> 3fa10f6e54)
Date: Sun, 15 Jan 2023 04:17:42 -0500 (EST)

casouri pushed a change to branch emacs-29.

      from  b365a7cc32 Fix expansion of wildcards in ls-lisp.el
       new  f02998939c ; Fix c-ts-mode filling
       new  d428d51066 Support filling line comments in c-ts-mode
       new  d13a329acf ; Minor change in c-ts-mode--indent-styles
       new  c78e19d99c Allow offset in tree-sitter indent rules to be functions
       new  189d976dba Fix statement indent for c-ts-mode (bug#59686) 
(bug#60280)
       new  252b2c01af Fix c-ts-mode label indent
       new  25a5575f16 Fix c-ts-mode block comment indentation (bug#60270)
       new  3fa10f6e54 ; Add more c-ts-mode indent and filling tests


Summary of changes:
 doc/lispref/modes.texi                             |  14 +-
 lisp/progmodes/c-ts-mode.el                        | 245 +++++++++++++--------
 lisp/treesit.el                                    |  13 +-
 .../progmodes/c-ts-mode-resources/filling.erts     | 198 +++++++++++++++++
 .../lisp/progmodes/c-ts-mode-resources/indent.erts | 121 +++++++++-
 test/lisp/progmodes/c-ts-mode-tests.el             |   4 +
 6 files changed, 494 insertions(+), 101 deletions(-)
 create mode 100644 test/lisp/progmodes/c-ts-mode-resources/filling.erts



reply via email to

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