You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code JavaScript Template String Grammar Injection Example
Demonstrates how an extension can inject syntax highlighting for a specific language into a JavaScript template string. This example demonstrates colorizing html template strings of the forms:
html`<a>text</a>``<a>text</a>`
About
VS Code JavaScript Template String Grammar Injection Example