Variable: treesit-sexp-thing

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

Documentation

A thing that matches the sexp nodes for forward-sexp.

This is used by treesit-forward-sexp and treesit-forward-list.

Source Code

;; Defined in /usr/src/emacs/lisp/treesit.el.gz
;;; Sexp functions

(defvar-local treesit-sexp-thing nil
  "A thing that matches the sexp nodes for `forward-sexp'.
This is used by `treesit-forward-sexp' and `treesit-forward-list'.")