[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 updated (ee3e8d3f92 -> e3d806b417)
From: |
Yuan Fu |
Subject: |
emacs-29 updated (ee3e8d3f92 -> e3d806b417) |
Date: |
Sat, 7 Jan 2023 21:44:42 -0500 (EST) |
casouri pushed a change to branch emacs-29.
from ee3e8d3f92 (ruby-ts--font-lock-settings): Improve highlighting in
patterns
new 508389ad2b Add documentation for c/c++-ts-mode (bug#60443)
new 16f1e47ca8 ; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.
new cc1de953d4 ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts-
modes.
new ef7f3c6388 Fix use of treesit-ready-p in c/c++-ts-mode
new 8575043f56 Remove duplicate entries in c-ts-mode's Imenu
new 73168793c0 Fix label indentation for Linux style in c-ts-mode
(bug#60543)
new 2cdd75a18f Fix highlighting of variable-declarations in
typescript-ts-mode
new 38b63f4c3c Add indentation rule for concatenated_string (bug#60572)
new 800e15e3be Fix string-interpolation feature of python-ts-mode
(bug#60599)
new e3d806b417 Fix string fontification on python-ts-mode (bug#60599)
Summary of changes:
lisp/align.el | 3 +-
lisp/progmodes/c-ts-mode.el | 88 ++++++++++++++++++++++--------------
lisp/progmodes/gud.el | 5 +-
lisp/progmodes/python.el | 27 +++++++++--
lisp/progmodes/typescript-ts-mode.el | 19 ++------
5 files changed, 87 insertions(+), 55 deletions(-)
- emacs-29 updated (ee3e8d3f92 -> e3d806b417),
Yuan Fu <=
- emacs-29 16f1e47ca8 02/10: ; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode., Yuan Fu, 2023/01/07
- emacs-29 8575043f56 05/10: Remove duplicate entries in c-ts-mode's Imenu, Yuan Fu, 2023/01/07
- emacs-29 73168793c0 06/10: Fix label indentation for Linux style in c-ts-mode (bug#60543), Yuan Fu, 2023/01/07
- emacs-29 800e15e3be 09/10: Fix string-interpolation feature of python-ts-mode (bug#60599), Yuan Fu, 2023/01/07
- emacs-29 508389ad2b 01/10: Add documentation for c/c++-ts-mode (bug#60443), Yuan Fu, 2023/01/07
- emacs-29 cc1de953d4 03/10: ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes., Yuan Fu, 2023/01/07
- emacs-29 38b63f4c3c 08/10: Add indentation rule for concatenated_string (bug#60572), Yuan Fu, 2023/01/07
- emacs-29 ef7f3c6388 04/10: Fix use of treesit-ready-p in c/c++-ts-mode, Yuan Fu, 2023/01/07
- emacs-29 2cdd75a18f 07/10: Fix highlighting of variable-declarations in typescript-ts-mode, Yuan Fu, 2023/01/07
- emacs-29 e3d806b417 10/10: Fix string fontification on python-ts-mode (bug#60599), Yuan Fu, 2023/01/07