mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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
|
] @punctuation.bracket
|
||||||
|
|
||||||
(interpolation) @punctuation.special
|
[
|
||||||
|
":"
|
||||||
|
"."
|
||||||
|
] @punctuation.delimiter
|
||||||
|
|
||||||
|
[
|
||||||
|
(interpolation)
|
||||||
|
"@"
|
||||||
|
] @punctuation.special
|
||||||
|
|
||||||
(interpolation
|
(interpolation
|
||||||
(raw_text) @none)
|
(raw_text) @none)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue