HiPhish / rainbow-delimiters.nvim

Rainbow delimiters for Neovim with Tree-sitter
https://gitlab.com/HiPhish/rainbow-delimiters.nvim
Apache License 2.0
490 stars 37 forks source link

feat(vue): highlight only tag names #20

Closed liljaylj closed 12 months ago

liljaylj commented 12 months ago

borrowed queries from html

before:

image

after:

image

HiPhish commented 12 months ago

Good catch, thank you.