* lisp/progmodes/heex-ts-mode.el (heex-ts): Fix :group name.
This commit is contained in:
parent
9750333dde
commit
2a45f0bceb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
(defgroup heex-ts nil
|
(defgroup heex-ts nil
|
||||||
"Major mode for editing HEEx code."
|
"Major mode for editing HEEx code."
|
||||||
:prefix "heex-ts-"
|
:prefix "heex-ts-"
|
||||||
:group 'langauges)
|
:group 'languages)
|
||||||
|
|
||||||
(defcustom heex-ts-indent-offset 2
|
(defcustom heex-ts-indent-offset 2
|
||||||
"Indentation of HEEx statements."
|
"Indentation of HEEx statements."
|
||||||
|
|
Loading…
Add table
Reference in a new issue