HiPhish / rainbow-delimiters.nvim

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

[Bug]: Rainbow delimiters no longer working for C# files #112

Closed KettLovahr closed 4 months ago

KettLovahr commented 4 months ago

Neovim version

v0.10.0-dev-3117+g4e5c633ed

Language affected

c_sharp

Query

rainbow-delimiters

Strategy

global

Description

The rainbow effect for delimiters in C# is no longer working. This might've happened with a recent update, but I have been unable to track down which commit might be the culprit.

This can be seen with the provided test files, here is loop.cs image

I have ensured treesitter is working, I have also run :TSUpdate to ensure the parsers are all up to date. No other file type seems to be affected.

HiPhish commented 4 months ago

Probably a change in node names in the C# parser. I'm currently out of town, feel free to ping me if I don't reply in two weeks time.

HiPhish commented 4 months ago

Please try the current master branch, it should be fixed now.

KettLovahr commented 4 months ago

Yeah, it's working now! Thank you! ^-^