]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/treesit.el (treesit--font-lock-notifier): Add messaging.
authorYuan Fu <casouri@gmail.com>
Sat, 19 Nov 2022 08:41:19 +0000 (00:41 -0800)
committerYuan Fu <casouri@gmail.com>
Sat, 19 Nov 2022 08:41:19 +0000 (00:41 -0800)
lisp/treesit.el

index 6a41c1a41137e04f7edacfc13694d2eb923941ed..0bbed881b51cc0df806342969c22329747a8fa34 100644 (file)
@@ -844,6 +844,9 @@ RANGES is a list of (BEG . END) ranges, PARSER is the tree-sitter
 parser notifying of the change."
   (with-current-buffer (treesit-parser-buffer parser)
     (dolist (range ranges)
+      (when treesit--font-lock-verbose
+        (message "Notifier recieved range: %s-%s"
+                 (car range) (cdr range)))
       (put-text-property (car range) (cdr range) 'fontified nil))))
 
 ;;; Indent