mrjones2014 / nvim-ts-rainbow

Rainbow parentheses for neovim using tree-sitter.
Apache License 2.0
174 stars 4 forks source link

Incorrect highlighting when deleting and reinserting bracket #10

Closed LiadOz closed 1 year ago

LiadOz commented 1 year ago

Describe the bug

Highlighting is incorrect when manipulating brackets inside other brackets

Steps to reproduce

Write the following: (()) -> result is 1221 delete the first ) (() -> result is 111 add the the last ) (()) -> result is 1211