HiPhish / rainbow-delimiters.nvim

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

C# - Implicit array creation #13

Closed jcapblancq closed 1 year ago

jcapblancq commented 1 year ago

Hi there!

Added a missing delimiter highlighting for C#.

Before: image

After: image

HiPhish commented 1 year ago

Merged, thank you.

HiPhish commented 1 year ago

I have tried your configuration and it works for me. Does it work in Lua if you don't have any configuration at all? Does it work if you :write and then :edit the file?