ForbesLindesay / vscode-sql-template-literal

Syntax highlighting for template literals tagged as "sql" in vscode
MIT License
17 stars 24 forks source link

Support syntax highlighting interpolations #7

Open bradleyayers opened 6 years ago

bradleyayers commented 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.

ForbesLindesay commented 6 years ago

A pull request would be great.

fantapop commented 4 years ago

@ForbesLindesay It would be great to get some of these outstanding PRs merged in. Your vscode plugin remains the most popular!