Function: treesit--explorer-tree-mode

treesit--explorer-tree-mode is an interactive and byte-compiled function defined in treesit.el.gz.

Signature

(treesit--explorer-tree-mode)

Documentation

Mode for displaying syntax trees for treesit-explore-mode(var)/treesit-explore-mode(fun).

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook treesit--explorer-tree-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/treesit.el.gz
(define-derived-mode treesit--explorer-tree-mode special-mode
  "TS Explorer"
  "Mode for displaying syntax trees for `treesit-explore-mode'."
  nil)