From: Stefan Kangas Date: Wed, 2 Aug 2023 19:54:16 +0000 (+0200) Subject: Support css-ts-mode in align.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e07af4e416538d29ffa523f8f2eb7bccc1823a5;p=emacs.git Support css-ts-mode in align.el * lisp/align.el (align-rules-list): Add css-ts-mode. --- diff --git a/lisp/align.el b/lisp/align.el index 5dfebc0e5f9..bc8ccbd599c 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -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)))