HiPhish / nvim-ts-rainbow2

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

Fix deprecate warning for nvim 0.10 #66

Closed AllenDang closed 4 months ago

AllenDang commented 4 months ago

Change LanguageTree:for_each_child to LanguageTree:children.

HiPhish commented 4 months ago

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

AllenDang commented 4 months ago

@HiPhish Thanks! Good to know that!