[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/tree-sitter f6dc55f516 07/14: ; * lisp/progmodes/js.el (js--font
From: |
Yuan Fu |
Subject: |
feature/tree-sitter f6dc55f516 07/14: ; * lisp/progmodes/js.el (js--fontify-template-string): Fix typo. |
Date: |
Fri, 4 Nov 2022 13:19:10 -0400 (EDT) |
branch: feature/tree-sitter
commit f6dc55f516a88765bbd8b8c34f0ec663b8948373
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>
; * lisp/progmodes/js.el (js--fontify-template-string): Fix typo.
---
lisp/progmodes/js.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index 01da87f6be..ab8239db9e 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -3588,7 +3588,7 @@ This function is intended for use in
`after-change-functions'."
(defun js--fontify-template-string (node override start end &rest _)
"Fontify template string but not substitution inside it.
-NODE is the template_string node. START and END marks the region
+NODE is the template_string node. START and END marks the region
to be fontified.
OVERRIDE is the override flag described in
@@ -3605,7 +3605,7 @@ OVERRIDE is the override flag described in
"template_substitution")
(treesit-node-start child)
(treesit-node-end child))))
- (setq font-beg (max beg font-beg))
+ (setq font-beg (max start font-beg))
(when (< font-beg end)
(treesit-fontify-with-override
font-beg font-end 'font-lock-string-face override)))
- feature/tree-sitter updated (9909652849 -> c924b6afb6), Yuan Fu, 2022/11/04
- feature/tree-sitter 5416ae5990 01/14: ; Update guides in /admin/notes/tree-sitter, Yuan Fu, 2022/11/04
- feature/tree-sitter c5f24f76eb 05/14: ; * src/treesit.c: Minor comment change., Yuan Fu, 2022/11/04
- feature/tree-sitter ce9e720413 13/14: ; Minor improvement in treesit-inspect-mode, Yuan Fu, 2022/11/04
- feature/tree-sitter 673a55780d 10/14: ; Remove unused tree-sitter functions, Yuan Fu, 2022/11/04
- feature/tree-sitter e0e3299c01 12/14: ; * lisp/treesit.el (treesit-update-ranges): Update all parsers., Yuan Fu, 2022/11/04
- feature/tree-sitter 784f53a215 11/14: ; Replace error with signal in treesit.el, Yuan Fu, 2022/11/04
- feature/tree-sitter c924b6afb6 14/14: ; * lisp/treesit.el (treesit-ready-p): Fix typo., Yuan Fu, 2022/11/04
- feature/tree-sitter e3663d0e9c 03/14: Add contextual tree-sitter font-lock to ts-mode and js-mode, Yuan Fu, 2022/11/04
- feature/tree-sitter f6dc55f516 07/14: ; * lisp/progmodes/js.el (js--fontify-template-string): Fix typo.,
Yuan Fu <=
- feature/tree-sitter f9f9b43df5 02/14: Minor change to tree-sitter imenu function of js-mode, Yuan Fu, 2022/11/04
- feature/tree-sitter 8ad4c4009e 09/14: Add treesit-indent-error, Yuan Fu, 2022/11/04
- feature/tree-sitter b86deb617b 06/14: Fix treesit-parser-set-included-ranges, Yuan Fu, 2022/11/04
- feature/tree-sitter d9d66764e2 08/14: Revise tree-sitter facility for multi-language buffers, Yuan Fu, 2022/11/04
- feature/tree-sitter b028d4f7df 04/14: ; Tree-sitter: Don't refontify if entity contained in the region, Yuan Fu, 2022/11/04