Variable: treesit--parser-overlay-offset
treesit--parser-overlay-offset is a variable defined in treesit.el.gz.
Value
0
Documentation
Defines at which position to get the parser overlay.
The commands that move backward need to set it to -1 to be able to use the range that ends immediately before point.
Source Code
;; Defined in /usr/src/emacs/lisp/treesit.el.gz
(defvar treesit--parser-overlay-offset 0
"Defines at which position to get the parser overlay.
The commands that move backward need to set it to -1 to be
able to use the range that ends immediately before point.")