Dronakurl / injectme.nvim

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

add r_in_tagged_strings #5

Closed TyberiusPrime closed 3 months ago

TyberiusPrime commented 4 months ago

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 get started hacking with this!. Very shallow 'try it out, here's how to do it' curve!

Now if I only could get neovim to use different themes for different injected languages :).

Dronakurl commented 3 months ago

Sorry, that it took me so long to accept. I kind of missed it. Thank you! Different colors vor every language would be great, but this seems to be a very hard feature.