Variable: treesit--font-lock-fast-mode

treesit--font-lock-fast-mode is a buffer-local variable defined in treesit.el.gz.

Documentation

If this variable is t, change the way we query so it's faster.

This is not a general optimization and should be RARELY needed! See comments in treesit-font-lock-fontify-region for more detail.

Source Code

;; Defined in /usr/src/emacs/lisp/treesit.el.gz
(defvar-local treesit--font-lock-fast-mode 'unspecified
  "If this variable is t, change the way we query so it's faster.
This is not a general optimization and should be RARELY needed!
See comments in `treesit-font-lock-fontify-region' for more
detail.")