* lisp/progmodes/heex-ts-mode.el (heex-ts): Fix :group name.

This commit is contained in:
Michael Albinus 2025-04-19 09:41:58 +02:00
parent 9750333dde
commit 2a45f0bceb

View file

@ -42,7 +42,7 @@
(defgroup heex-ts nil
"Major mode for editing HEEx code."
:prefix "heex-ts-"
:group 'langauges)
:group 'languages)
(defcustom heex-ts-indent-offset 2
"Indentation of HEEx statements."