; typescript-ts-mode-multivar-indent-style: Add missing group.

This commit is contained in:
Sean Whitton
2025-04-26 11:47:23 +08:00
parent 94d8f5b94f
commit bacde21fde

View File

@@ -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)))