ForbesLindesay / vscode-sql-template-literal

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

vscode-sql-template-literal

Syntax highlighting for code like:

const query = sql`SELECT * FROM users`;

Publishing

May require token, stored in last pass. Go to https://forbeslindesay.visualstudio.com/_details/security/tokens if token needs regenerating.

npm install -g vsce
vsce publish