1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 01:42:37 -07:00

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