HiPhish / nvim-ts-rainbow2

Rainbow delimiters for Neovim through Tree-sitter
https://gitlab.com/HiPhish/nvim-ts-rainbow2
Apache License 2.0
338 stars 35 forks source link

for_each_child removal (soon to be deprecated) #68

Closed S41G0N closed 6 months ago

S41G0N commented 6 months ago

Hello, Neovim started to pop up this error message every time I open it, because the function for_each_child() will be deprecated soon, so I decided to fix it.

LanguageTree:for_each_child() is deprecated, use LanguageTree:children() instead. :help deprecated Feature will be removed in Nvim 0.11 stack traceback:....

HiPhish commented 6 months ago

Hi, this plugin is deprecated, please use rainbow-delimiters.nvim instead.

S41G0N commented 6 months ago

Hi, thank you for letting me know. I didn't know it was deprecated since I've been using it for a long time and didn't read the README file. Have a nice day.