Dronakurl / injectme.nvim

Neovim plugin to help setup language injections with treesitter
MIT License
40 stars 2 forks source link

FR: add background color to injections #6

Open chrisgrieser opened 3 months ago

chrisgrieser commented 3 months ago

A small visual improvement I could see is that it would increase the readability quite a bit when the injections would also add a different background color. Similar to how headlings.nvim adds a darker background to lines that are code blocks in a markdown file?

Dronakurl commented 3 months ago

A great suggestion, thank you. I did not know about some of the tecniques used in headlings.nvim.