Variable: treesit-aggregated-outline-predicate

treesit-aggregated-outline-predicate is a buffer-local variable defined in treesit.el.gz.

Documentation

Settings that configure treesit-outline-search for multi-language modes.

The value should be an alist of (LANG . SETTINGS), where LANG is a language symbol, and SETTINGS has the same form as treesit-outline-predicate.

When both this variable and treesit-outline-predicate are non-nil, this variable takes priority.

View in manual

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/treesit.el.gz
(defvar-local treesit-aggregated-outline-predicate nil
  "Settings that configure `treesit-outline-search' for multi-language modes.

The value should be an alist of (LANG . SETTINGS), where LANG is a
language symbol, and SETTINGS has the same form as
`treesit-outline-predicate'.

When both this variable and `treesit-outline-predicate' are non-nil,
this variable takes priority.")