Use M-x align toml rule also for toml-ts-mode

* lisp/align.el (align-rules-list): Add toml-ts-mode to TOML rule.
This commit is contained in:
Stefan Kangas 2023-08-01 12:59:32 +02:00
parent 583ef0d35d
commit 8086fd181f

View 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: