1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00: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)))