Open bradleyayers opened 6 years ago
It would be great to support highlighting string interpolations, e.g.
sql`select '${1 + 1}';`
It currently highlights the native code as if it were an SQL string.
A pull request would be great.
@ForbesLindesay It would be great to get some of these outstanding PRs merged in. Your vscode plugin remains the most popular!
It would be great to support highlighting string interpolations, e.g.
It currently highlights the native code as if it were an SQL string.