Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>sql-template-literal-commentNew to Visual Studio Code? Get it now.
sql-template-literal-comment

sql-template-literal-comment

Dane David

|
1,073 installs
| (2) | Free
Syntax highlighting for sql in template literals by adding comment
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sql-template-literal-comment

Syntax highlighting for SQL in JavaScript code using comments:

const query = `/* SQL */
  SELECT * FROM users
    WHERE age > 18;
`;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft