@enhancedjs/typescript-html-plugin
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -7,3 +7,3 @@ "use strict"; | ||
const defaultConfiguration = { | ||
tags: ['html', 'raw', 'handledom'], | ||
tags: ['html', 'vue', 'handledom'], | ||
format: { | ||
@@ -10,0 +10,0 @@ enabled: true, |
{ | ||
"name": "@enhancedjs/typescript-html-plugin", | ||
"version": "0.0.2", | ||
"description": "TypeScript language service plugin that adds IntelliSense for html and handledom tagged templates", | ||
"version": "0.0.3", | ||
"description": "TypeScript language service plugin that adds IntelliSense for HTML tagged templates", | ||
"keywords": [ | ||
"TypeScript", | ||
"typeScript", | ||
"html", | ||
"literal html", | ||
"templates", | ||
"handledom" | ||
"template", | ||
"string" | ||
], | ||
@@ -12,0 +11,0 @@ "main": "lib/index.js", |
# 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` 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`, `vue` and `handledom` template tags. | ||
@@ -5,0 +5,0 @@ This package is used by the following VS Code plugin: |
58100