mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -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
|
|
@ -6,7 +6,7 @@
|
||||||
"revision": "b9b32fa042c2952a7bfca86847ea325e44ccc897"
|
"revision": "b9b32fa042c2952a7bfca86847ea325e44ccc897"
|
||||||
},
|
},
|
||||||
"angular": {
|
"angular": {
|
||||||
"revision": "634cfc54f802dd4fb54caa2d42dd38b7f9d39df3"
|
"revision": "843525141575e397541e119698f0532755e959f6"
|
||||||
},
|
},
|
||||||
"apex": {
|
"apex": {
|
||||||
"revision": "3597575a429766dd7ecce9f5bb97f6fec4419d5d"
|
"revision": "3597575a429766dd7ecce9f5bb97f6fec4419d5d"
|
||||||
|
|
|
||||||
|
|
@ -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