@enhancedjs/typescript-html-plugin
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -7,3 +7,3 @@ "use strict"; | ||
const defaultConfiguration = { | ||
tags: ['html', 'vue', 'handledom'], | ||
tags: ['html', 'vueTemplate', 'handledom'], | ||
format: { | ||
@@ -10,0 +10,0 @@ enabled: true, |
{ | ||
"name": "@enhancedjs/typescript-html-plugin", | ||
"version": "0.0.5", | ||
"description": "TypeScript language service plugin that adds IntelliSense for HTML tagged templates", | ||
"version": "0.0.6", | ||
"description": "TypeScript language service plugin that adds IntelliSense for HTML tagged templates.", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "typescript", |
# TypeScript HTML Plugin (@enhancedjs/typescript-html-plugin) | ||
This is a fork of [typescript-lit-html-plugin](https://github.com/microsoft/typescript-lit-html-plugin) from Microsoft. But with `html`, `vue` and `handledom` template tags. | ||
This is a fork of [typescript-lit-html-plugin](https://github.com/microsoft/typescript-lit-html-plugin) from Microsoft. But with `html`, `vueTemplate` and `handledom` template tags. | ||
This package is used by the following VS Code plugin: | ||
* [html-in-template-string-vscode](https://github.com/enhancedjs/html-in-template-string-vscode) | ||
* [enhancedjs.html-in-template-string](https://github.com/enhancedjs/html-in-template-string-vscode) | ||
_Notice: This package currently use `typescript-styled-plugin` version 0.13.0 instead of `@enhancedjs/typescript-css-plugin`._ |
Sorry, the diff of this file is not supported yet
58228