Variable: hui-select-markup-modes
hui-select-markup-modes is a customizable variable defined in
hui-select.el.
Value
(html-mode mhtml-mode nxml-mode sgml-mode web-mode)
Documentation
List of markup language modes that use SGML-style <tag> </tag> pairs.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defcustom hui-select-markup-modes
'(html-mode mhtml-mode nxml-mode sgml-mode web-mode)
"List of markup language modes that use SGML-style <tag> </tag> pairs."
:type '(repeat (function :tag "Mode"))
:group 'hyperbole-commands)