[language-typescript] Highlight escape characters

This commit is contained in:
Andrew Dupont 2024-02-01 08:57:32 -08:00
parent 982917803e
commit 32c464b3cb

View File

@ -726,6 +726,13 @@
"}" @punctuation.definition.template-expression.end._LANG_
) @meta.embedded.line.interpolation._LANG_
(string
(escape_sequence) @constant.character.escape.js)
(template_string
(escape_sequence) @constant.character.escape.js)
; CONSTANTS
; =========