mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
feat(angular): update highlights for template literals
This commit is contained in:
parent
a70d883976
commit
aece106233
1 changed files with 8 additions and 0 deletions
|
|
@ -108,6 +108,14 @@
|
||||||
"}}"
|
"}}"
|
||||||
] @punctuation.special
|
] @punctuation.special
|
||||||
|
|
||||||
|
(template_substitution
|
||||||
|
[
|
||||||
|
"${"
|
||||||
|
"}"
|
||||||
|
] @punctuation.special)
|
||||||
|
|
||||||
|
(template_chars) @string
|
||||||
|
|
||||||
[
|
[
|
||||||
";"
|
";"
|
||||||
"."
|
"."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue