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:
parent
8c0e59136a
commit
3e07af4e41
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue