Variable: treesit--font-lock-verbose
treesit--font-lock-verbose is a variable defined in treesit.el.gz.
Value
nil
Documentation
If non-nil, print debug messages when fontifying.
Source Code
;; Defined in /usr/src/emacs/lisp/treesit.el.gz
;; `font-lock-fontify-region-function' has the LOUDLY argument, but
;; `jit-lock-functions' doesn't pass that argument. So even if we set
;; `font-lock-verbose' to t, if jit-lock is enabled (and it's almost
;; always is), we don't get debug messages. So we add our own.
(defvar treesit--font-lock-verbose nil
"If non-nil, print debug messages when fontifying.")