]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.
authorYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 00:52:17 +0000 (16:52 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 02:44:16 +0000 (18:44 -0800)
This fixes bug#60463.

lisp/align.el

index 569186d241dc7cf36bdbf1ab43a5dbdc7bb12e0c..79a75dcec794630e526eb9a8b5daf5ee5872a900 100644 (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)