Variable: hs-treesit-things

hs-treesit-things is a buffer-local variable defined in hideshow.el.gz.

Documentation

Treesit things to check if point is at a valid block.

The value should be a thing defined in treesit-thing-settings for the current buffer's major mode.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-local hs-treesit-things 'list
  "Treesit things to check if point is at a valid block.
The value should be a thing defined in `treesit-thing-settings' for the
current buffer's major mode.")