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.

- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
< beginning-of-buffer
<backtab> backward-button
> end-of-buffer
? describe-mode
DEL scroll-down-command
S-SPC scroll-down-command
SPC scroll-up-command
SPC..~ undefined
TAB forward-button
g revert-buffer
h describe-mode
n forward-button
p backward-button
q quit-window

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)