Variable: treesit-sexp-thing-up-list
treesit-sexp-thing-up-list is a buffer-local variable defined in
treesit.el.gz.
Documentation
A thing that matches the sexp nodes for up-list.
This is used by treesit-up-list.
Source Code
;; Defined in /usr/src/emacs/lisp/treesit.el.gz
(defvar-local treesit-sexp-thing-up-list nil
"A thing that matches the sexp nodes for `up-list'.
This is used by `treesit-up-list'.")