(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)
"array"
"function"
"string"
+ "template_string"
+ "template_substitution"
"escape"
"template"
"regex"
"number"
"identifier"
+ "property_identifier"
"this"
"super"
"true"
(sexp ,(js--regexp-opt-symbol js--treesit-sexp-nodes))
(sentence ,(js--regexp-opt-symbol js--treesit-sentence-nodes))
(text ,(js--regexp-opt-symbol '("comment"
- "template_string"))))))
+ "string_fragment"))))))
;; Fontification.
(setq-local treesit-font-lock-settings js--treesit-font-lock-settings)