nvim-ts-rainbow icon indicating copy to clipboard operation
nvim-ts-rainbow copied to clipboard

Rainbow parentheses for neovim using tree-sitter. Use https://sr.ht/~p00f/nvim-ts-rainbow instead

Results 14 nvim-ts-rainbow issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22017085/182462611-df11d068-633d-4617-a1c7-09a43b8eeb60.png)

How can I make Vue work with this plugin? Current look: ![image](https://user-images.githubusercontent.com/1857826/125160431-200fcc80-e17d-11eb-8733-7c21b9c0a9c0.png) But other treesitter langs work fine, e.g. Fennel: ![image](https://user-images.githubusercontent.com/1857826/125160453-387fe700-e17d-11eb-9138-6f918ce004cc.png) I have this one installed https://github.com/ikatyang/tree-sitter-vue

no-issue-activity

Hello, thanks for your plugin! Is it possible to highlight components inside React the same way as html tags are highlighted with `extended_mode = true`? Have: ![image](https://user-images.githubusercontent.com/46250621/177982781-d22f0851-5c0f-4a1d-925f-93ef69e2a4f2.png) Expected: ![image](https://user-images.githubusercontent.com/46250621/177983112-4fabde3d-24f2-4dba-aadb-349128fac808.png)

**Describe the bug** Using the Neovim 0.7.2 and the latest treesitter, I cannot get it to color anything. **Steps to reproduce** Install plugin and configure, then nothing. See [dotfiles](https://github.com/ybbuc/dotfiles/tree/main/config/nvim) **Expected...

can't reproduce

**Describe the bug** A clear and concise description of what the bug is. Just letting you know anyway since i didn't find any mentioed of it anywhere: Loading this before...

**Describe the bug** c code when use clang-format, then rainbow become gray **Steps to reproduce** use clang-format, rainbow->gray **Expected behavior** rainbow do not change **Screenshots** before clang-format ![image](https://user-images.githubusercontent.com/25163353/166104981-f4a78eb0-8260-440c-b377-ea536f7f364c.png) after clang-format...

bug
help wanted

As a user I sometimes find it too noisy when the entire buffer is highlighted. I would like if it was possible to only highlight the current sub-tree of the...

Hey, I noticed that when using colours different from gruvbox (in my case [oneDark](https://github.com/navarasu/onedark.nvim)) with nvim-ts-rainbow, that some bracket highlights result in a really difficult contrast. Therefore I changed some...

**Describe the bug** if you try to overwrite the colures use in the rainbow part of the treessitter config the now colors will not get applied **Steps to reproduce** Steps...

**Describe the bug** I'm seeing extremely slow performance inserting `([` around line 150 in a ~1600 line file. It takes ~20 seconds for the `[` to insert. 😵 **Steps to...

bug
help wanted