HiPhish / rainbow-delimiters.nvim

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

[Feature Request]: Add rainbow-parens Query Support for Vue #141

Open hungvx-dev opened 4 weeks ago

hungvx-dev commented 4 weeks ago

I'm requesting the addition of rainbow-parens support specifically for script blocks in Vue files within the rainbow-delimiters.nvim plugin. Currently, while there are good highlights for other languages, Vue files do not have consistent parentheses highlighting for script tags, which can lead to readability issues when working with complex JavaScript code.

HiPhish commented 3 weeks ago

Can you please elaborate? I don't understand what exactly the problem is.

hungvx-dev commented 2 weeks ago
image

@HiPhish The current query for Vue only includes rainbow-delimiters (which highlights tags in the template tag). -> You can add a new query to apply rainbow colors only to parentheses in the Githubissues.

  • Githubissues is a development platform for aggregating issues.