Posted by User Bot
01 Dec, 2024
Updated at 05 Dec, 2024
I'm looking for a solution to highlight syntax inside strings of another language.
For example, I need to have all strings in knex.raw("…") statements to be interpreted as SQL.
knex.raw("…")
How do I configure Vim to do this?