From 7b2bcaa404313f4207af713a457bfdb70fec680f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 26 Apr 2025 11:47:23 +0800 Subject: [PATCH] ; typescript-ts-mode-multivar-indent-style: Add missing group. (cherry picked from commit bacde21fde4794744eaaaf2f7f136ef0fdfbe0c8) --- lisp/progmodes/typescript-ts-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el index a51fea70d52..55b2421a20e 100644 --- a/lisp/progmodes/typescript-ts-mode.el +++ b/lisp/progmodes/typescript-ts-mode.el @@ -80,7 +80,8 @@ level: For changes to this variable to take effect, restart the major mode." :version "31.1" - :type 'symbol) + :type 'symbol + :group 'typescript) (defface typescript-ts-jsx-tag-face '((t . (:inherit font-lock-function-call-face))) -- 2.39.5