rainbow
rainbow copied to clipboard
Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
All, I think this is just a "I don't know what I'm doing" sort of question. I enabled rainbow recently and decided I'd like to have my first "set" of...
### **Describe the bug** Arithmetic operation using `(( xxx ))` is rendered wrongly, it has two color, but it should have only one color in syntax. ### **To Reproduce** Steps...
Hi Anybody any tips to get rainbow parentheses working with lervag/vimtex (https://github.com/lervag/vimtex)? It seems that the syntax definitions in vimtex mess up colored parenthesis (if I manually switch syntax to...
### **Describe the bug** A clear and concise description of what the bug is. ### **To Reproduce** Steps to reproduce the behavior, **Please provide a minimal piece of code to...
This is not an Issue. You can type anything here except bug report and feature request. macOS, nvim >0.5 the theme is onedaiy-deep after installing the onedark theme, the rainbow...
Not sure if this is really a feature request, or more a request of how to configure things with proper syntax matching... In C++ nested templates can get a bit...
As it is now, all the opening/closing level share one list of colours, that is {([ will use three different colours. Thats a little bit annoying when writing C++ or...
(This pr is the successor of #175) (Currently this is only a draft since its documents are not yet updated) As introduced in #174 and #161, some languages may have...
### **Describe the bug** I have installed this plugin but I am not getting any highlighting in normal mode. When I select the brackets in visual mode, I am to...
There's a bug with vim (neovim?) where inline `if cond | return | endif` style commands can result in errors such as this one. ``` :%s/ Error detected while processing...