injectme.nvim
injectme.nvim copied to clipboard
Neovim plugin to help setup language injections with treesitter
I often use rpy2 to use R from python - this highlights all strings tagged with #R in their contents. Thanks for building this btw., it was really nice to...
When the buffer is parsed by treesitter, an ad-hoc written comment could activate one or more pre-saved injection
In many programming languages constants must or should be written in uppercase. For this reason often the variables containing the snippets of code that needs highlighted injection is in constants.
When `reload_all_buffers = true` is set (standard), all buffers are reloaded to reset treesitter. This is quite cumbersome. One would expect, that there is a possibility to just restart treesitter....
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...