volar-service-html
v0.0.67
Published
Integrate vscode-languageservice-html into Volar
Readme
volar-service-html
Volar plugin for vscode-html-languageservice.
Installation
npm install volar-service-htmlUsage
volar.config.js
module.exports = {
services: [
require('volar-service-html').create(),
],
};