feat(angular): update highlights for template literals

This commit is contained in:
Dennis van den Berg 2025-03-27 15:22:35 +01:00
parent da5825bf70
commit ce0c4ff50d
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -108,6 +108,14 @@
"}}"
] @punctuation.special
(template_substitution
[
"${"
"}"
] @punctuation.special)
(template_chars) @string
[
";"
"."