treesit--explorer-buffer | Buffer used to display the syntax tree. |
treesit--explorer-highlight-overlay | Overlay used to highlight in syntax tree and source buffer. |
treesit--explorer-language | The language used in the playground. |
treesit--explorer-last-node | Last top-level node used to generate syntax tree. |
treesit--explorer-refresh-timer | Timer for refreshing the syntax tree buffer. |
treesit--explorer-source-buffer | Source buffer corresponding to the playground buffer. |
treesit--explorer-tree-mode-abbrev-table | Abbrev table for ‘treesit--explorer-tree-mode’. |
treesit--explorer-tree-mode-hook | Hook run after entering TS Explorer mode. |
treesit--explorer-tree-mode-map | Keymap for ‘treesit--explorer-tree-mode’. |
treesit--explorer-tree-mode-syntax-table | Syntax table for ‘treesit--explorer-tree-mode’. |
treesit--font-lock-fast-mode | If this variable is t, change the way we query so it’s faster. |
treesit--font-lock-query-expand-range | The amount to expand the start and end of the region when fontifying. |
treesit--font-lock-verbose | If non-nil, print debug messages when fontifying. |
treesit--indent-region-batch-size | How many lines of indent value do we precompute. |
treesit--indent-verbose | If non-nil, log progress when indenting. |
treesit--inspect-name | Used by ‘treesit-inspect-mode’ to show node name in mode-line. |
treesit--pre-redisplay-tick | The last ‘buffer-chars-modified-tick’ that we’ve processed. |
treesit--syntax-propertize-start | If non-nil, next ‘syntax-propertize’ should start at this position. |
treesit-add-log-defun-delimiter | The delimiter used to connect several defun names. |
treesit-block-type-regexp | Like ‘treesit-defun-type-regexp’, but for blocks. |
treesit-defun-name-function | A function that is called with a node and returns its defun name or nil. |
treesit-defun-skipper | A function called after tree-sitter navigation moved a step. |
treesit-defun-tactic | Determines how does Emacs treat nested defuns. |
treesit-defun-type-regexp | A regexp that matches the node type of defun nodes. |
treesit-explore-mode | Non-nil if Treesit-Explore mode is enabled. |
treesit-explore-mode-hook | Hook run after entering or leaving ‘treesit-explore-mode’. |
treesit-font-lock-feature-list | A list of lists of feature symbols. |
treesit-font-lock-level | Decoration level to be used by tree-sitter fontifications. |
treesit-font-lock-settings | A list of SETTINGs for treesit-based fontification. |
treesit-indent-function | Function used by ‘treesit-indent’ to do some of the work. |
treesit-inspect-mode | Non-nil if Treesit-Inspect mode is enabled. |
treesit-inspect-mode-hook | Hook run after entering or leaving ‘treesit-inspect-mode’. |
treesit-language-at-point-function | A function that returns the language at point. |
treesit-language-source-alist | Configuration for downloading and installing tree-sitter language grammars. |
treesit-max-buffer-size | Maximum buffer size (in bytes) for enabling tree-sitter parsing. |
treesit-range-settings | A list of range settings. |
treesit-simple-imenu-settings | Settings that configure ‘treesit-simple-imenu’. |
treesit-simple-indent-presets | A list of indent rule presets. |
treesit-simple-indent-rules | A list of indent rule settings. |