Introducing nvim-ts-rainbow2
Two months in the making, it is time to finally release my new Neovim plugin
officially: nvim-ts-rainbow2 (GitHub
mirror). This plugin uses
Neovim's built-in Tree-sitter support to add alternating highlighting to
delimiters. This is usually known as “rainbow parentheses”, but thanks to
Tree-sitter we are not limited to parentheses, we can match any kind of
delimiter, such as tags in HTML or begin
/end
blocks in some programming
languages.