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

fix(fennel)!: update queries to reflect new upstream parser #101

Closed reo101 closed 7 months ago

reo101 commented 7 months ago

Update fennel queries to be in line with the new upstream fennel parser

https://github.com/nvim-treesitter/nvim-treesitter/pull/6132

Also add commented out query for highlighting the single : in table bindings

HiPhish commented 7 months ago

Merged, thank you.