From 3e07af4e416538d29ffa523f8f2eb7bccc1823a5 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 2 Aug 2023 21:54:16 +0200 Subject: [PATCH] Support css-ts-mode in align.el * lisp/align.el (align-rules-list): Add css-ts-mode. --- lisp/align.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2