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