Include JS template literal as string type for overrides

This commit is contained in:
Julia 2023-09-07 10:55:04 -04:00
parent 3b784668c0
commit 1969a12a0b
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,9 @@
(comment) @comment
(string) @string
[
(string)
(template_string)
] @string
[
(jsx_element)

View file

@ -1,5 +1,10 @@
(comment) @comment
(string) @string
[
(string)
(template_string)
] @string
[
(jsx_element)
(jsx_fragment)