1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.

This fixes bug#60463.
This commit is contained in:
Yuan Fu 2023-01-07 16:52:17 -08:00
parent 508389ad2b
commit 16f1e47ca8
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -179,7 +179,8 @@ If nil, then no messages will ever be printed to the minibuffer."
:type '(choice (const :tag "Align a large region silently" nil) integer)
:group 'align)
(defcustom align-c++-modes '(c++-mode c-mode java-mode)
(defcustom align-c++-modes '( c++-mode c-mode java-mode
c-ts-mode c++-ts-mode)
"A list of modes whose syntax resembles C/C++."
:type '(repeat symbol)
:group 'align)