Support css-ts-mode in align.el
* lisp/align.el (align-rules-list): Add css-ts-mode.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user