Skip to content

Syntax highlighting and IntelliSense for HTML inside of JavaScript and TypeScript tagged with `html` template strings.

License

Notifications You must be signed in to change notification settings

enhancedjs/html-in-template-string-vscode

 
 

Repository files navigation

VS Code Plugin: enhancedjs.html-in-template-string

Syntax highlighting and IntelliSense for html inside of JavaScript and TypeScript with tagged template strings.

Syntax highlighting in action

Supported tags for template strings:

  • html;
  • vueTemplate;
  • handledom.

Notice: This is a fork of vscode-lit-html, the purpose is to support HTML for template engines like Vue, Handledom or just plain text HTML.

Install

Inside VSCode, press Ctrl+P, and enter:

ext install enhancedjs.html-in-template-string

It should be the top result.

[Marketplace]

About

Syntax highlighting and IntelliSense for HTML inside of JavaScript and TypeScript tagged with `html` template strings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.3%
  • TypeScript 35.7%