mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.
This fixes bug#60463.
This commit is contained in:
parent
508389ad2b
commit
16f1e47ca8
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
:type '(choice (const :tag "Align a large region silently" nil) integer)
|
||||||
:group 'align)
|
: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++."
|
"A list of modes whose syntax resembles C/C++."
|
||||||
:type '(repeat symbol)
|
:type '(repeat symbol)
|
||||||
:group 'align)
|
:group 'align)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue