Variable: css--treesit-font-lock-feature-list

css--treesit-font-lock-feature-list is a variable defined in css-mode.el.gz.

Value

((selector comment query keyword) (property constant string)
 (error variable function operator bracket))

Documentation

Settings for treesit-font-lock-feature-list.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/css-mode.el.gz
(defvar css--treesit-font-lock-feature-list
  '((selector comment query keyword)
    (property constant string)
    (error variable function operator bracket))
  "Settings for `treesit-font-lock-feature-list'.")