]> git.eshelyaron.com Git - emacs.git/commitdiff
Use `M-x align` toml rule also for toml-ts-mode
authorStefan Kangas <stefankangas@gmail.com>
Tue, 1 Aug 2023 10:59:32 +0000 (12:59 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 1 Aug 2023 12:39:35 +0000 (14:39 +0200)
* lisp/align.el (align-rules-list): Add toml-ts-mode to TOML rule.

lisp/align.el

index 2e667ca4749a8996c27bd7f411e29680cc3cbf20..6b6cba124478b68686d6d20d0dbb3319612e8251 100644 (file)
@@ -575,7 +575,7 @@ The possible settings for `align-region-separate' are:
                     "="
                     (group (zero-or-more (syntax whitespace)))))
      (group . (1 2))
-     (modes . '(conf-toml-mode))))
+     (modes . '(conf-toml-mode toml-ts-mode))))
   "A list describing all of the available alignment rules.
 The format is: