mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(vue): delimiter highlight touch-ups
This commit is contained in:
parent
4b74045bbe
commit
0606c7a9dc
1 changed files with 9 additions and 1 deletions
|
|
@ -5,7 +5,15 @@
|
|||
"]"
|
||||
] @punctuation.bracket
|
||||
|
||||
(interpolation) @punctuation.special
|
||||
[
|
||||
":"
|
||||
"."
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
(interpolation)
|
||||
"@"
|
||||
] @punctuation.special
|
||||
|
||||
(interpolation
|
||||
(raw_text) @none)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue