diff options
Diffstat (limited to 'lisp/progmodes/js.el')
-rw-r--r-- | lisp/progmodes/js.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 389096147ac..90ab7cc924b 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -3647,7 +3647,7 @@ OVERRIDE is the override flag described in (setq font-beg (max start font-beg)) (when (< font-beg end) (treesit-fontify-with-override - font-beg font-end 'font-lock-string-face override))) + font-beg font-end 'font-lock-string-face override start end))) (setq font-beg (treesit-node-end child) child (treesit-node-next-sibling child))))) |