aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2025-04-26 11:47:23 +0800
committerSean Whitton2025-04-26 11:47:23 +0800
commitbacde21fde4794744eaaaf2f7f136ef0fdfbe0c8 (patch)
treef9d379c5260765dbce7c30083cad7abd6b083c9e
parent94d8f5b94fb6fa281f5ea3bb8a8d945628f3a188 (diff)
downloademacs-bacde21fde4794744eaaaf2f7f136ef0fdfbe0c8.tar.gz
emacs-bacde21fde4794744eaaaf2f7f136ef0fdfbe0c8.zip
; typescript-ts-mode-multivar-indent-style: Add missing group.
-rw-r--r--lisp/progmodes/typescript-ts-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el
index 466a3de6d0f..e0458b3192e 100644
--- a/lisp/progmodes/typescript-ts-mode.el
+++ b/lisp/progmodes/typescript-ts-mode.el
@@ -80,7 +80,8 @@ level:
80 80
81For changes to this variable to take effect, restart the major mode." 81For changes to this variable to take effect, restart the major mode."
82 :version "31.1" 82 :version "31.1"
83 :type 'symbol) 83 :type 'symbol
84 :group 'typescript)
84 85
85(defface typescript-ts-jsx-tag-face 86(defface typescript-ts-jsx-tag-face
86 '((t . (:inherit font-lock-function-call-face))) 87 '((t . (:inherit font-lock-function-call-face)))