HiPhish / rainbow-delimiters.nvim

Rainbow delimiters for Neovim with Tree-sitter
https://gitlab.com/HiPhish/rainbow-delimiters.nvim
Apache License 2.0
470 stars 35 forks source link

TS/JS switch statement missing #62

Closed bomgar closed 7 months ago

bomgar commented 7 months ago

Hi,

I notices the braces around the switch statement body are not colorized. I tried to fix it but for some reason it only works in typescript and not in javascript. Any ideas?

HiPhish commented 7 months ago

Merged, thank you.

Danielkonge commented 7 months ago

Hi,

I notices the braces around the switch statement body are not colorized. I tried to fix it but for some reason it only works in typescript and not in javascript. Any ideas?

Do you still have this problem with it not working in javascript? For me this seems to work in both javascript and typescript. Are your parsers updated?

bomgar commented 7 months ago

I don't have the problem anymore. I have no idea what caused this but it's gone.