Variable: treesit-sexp-thing-down-list

treesit-sexp-thing-down-list is a buffer-local variable defined in treesit.el.gz.

Documentation

A thing that matches the sexp nodes for down-list.

This is used by treesit-down-list.

Source Code

;; Defined in /usr/src/emacs/lisp/treesit.el.gz
(defvar-local treesit-sexp-thing-down-list nil
  "A thing that matches the sexp nodes for `down-list'.
This is used by `treesit-down-list'.")