Variable: html-ts-mode--treesit-font-lock-feature-list
html-ts-mode--treesit-font-lock-feature-list is a variable defined in
html-ts-mode.el.gz.
Value
((comment keyword definition) (property string) nil nil)
Documentation
Settings for treesit-font-lock-feature-list.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/html-ts-mode.el.gz
(defvar html-ts-mode--treesit-font-lock-feature-list
'((comment keyword definition)
(property string)
() ())
"Settings for `treesit-font-lock-feature-list'.")