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

Rainbow parentheses for neovim using tree-sitter.

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

after pulling: NVIM v0.9.0-dev-1319+g10baf8971 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 i got this error: vim.treesitter.query.get_query() is deprecated, use vim.treesitter.query.get() instead. :help deprecated This feature will be removed in Nvim version 0.10...

**Describe the bug** The last line of a buffer is not correctly highlighted. **Steps to reproduce** Paste the following code, and **edit the `main()` function**. ```cpp #include using namespace std;...

Same commands entered, in different files, produces different results. Why ? I don't know the steps to reproduce. ![image](https://user-images.githubusercontent.com/54016693/222989546-cd5570d1-cb22-4191-8e30-af315a5ed14f.png) ![image](https://user-images.githubusercontent.com/54016693/222989556-98f3a2a1-2d37-48b0-99ac-8a7ac82e2d44.png) Is this a feature or bug ? I want them...

https://github.com/ckafi/tree-sitter-elvish I understand that [Elvish](https://elv.sh/) is a fairly niche/uncommon language, so I understand if supporting it isn’t worth it, but perhaps there’s something missing in the [Elvish grammar.js](https://github.com/ckafi/tree-sitter-elvish/blob/main/grammar.js) which is...

good first issue
treesitter-query

For docs, feature requests, etc. use `legendary.nvim` templates as an example.

documentation
good first issue