HiPhish / rainbow-delimiters.nvim

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

Add missing python and starlark queries #93

Closed Danielkonge closed 5 months ago

Danielkonge commented 5 months ago

When I added tuple_pattern to python last time, I missed that it also applies to starlark.

Also, I found another missing python pattern import_from_statement, which doesn't seem to apply to starlark.

HiPhish commented 5 months ago

Merged, thank you.