mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(vue): @character.special highlights for :, . (#8200)
This commit is contained in:
parent
4968877bb2
commit
63fac0a576
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
[
|
[
|
||||||
":"
|
":"
|
||||||
"."
|
"."
|
||||||
] @punctuation.delimiter
|
] @character.special
|
||||||
|
|
||||||
[
|
[
|
||||||
(interpolation)
|
(interpolation)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue