1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Support css-ts-mode in align.el

* lisp/align.el (align-rules-list): Add css-ts-mode.
This commit is contained in:
Stefan Kangas 2023-08-02 21:54:16 +02:00
parent 8c0e59136a
commit 3e07af4e41

View file

@ -570,7 +570,7 @@ The possible settings for `align-region-separate' are:
(css-declaration
(regexp . "^\\s-*\\(?:\\w-?\\)+:\\(\\s-*\\).*;")
(group . (1))
(modes . '(css-mode html-mode)))
(modes . '(css-base-mode html-mode)))
(toml-assignment
(regexp . ,(rx (group (zero-or-more (syntax whitespace)))