]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/js.el: Improve sexp navigation in js-ts-mode (bug#72573)
authorJuri Linkov <juri@linkov.net>
Sun, 1 Sep 2024 17:02:12 +0000 (20:02 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:57 +0000 (09:51 +0200)
commitf7baf609f052dd8dc314da40a4ca4834f87a215b
treed694b192d4a88f657de4a5e9ef0f192bebcecb94
parent5553129b0829493a2c3db1dbd26698ec3adb2015
* lisp/progmodes/js.el: Improve sexp navigation in js-ts-mode (bug#72573)

(js--treesit-sexp-nodes): Add "template_string", "template_substitution",
"property_identifier".
(js-ts-mode): Replace "template_string" with "string_fragment"
in 'text' part of 'treesit-thing-settings'.

(cherry picked from commit 0155f2ae2c84c649452b0eaac3fd247a37e4eaff)
lisp/progmodes/js.el