Files
ry.kazcloud.dev/node_modules/volar-service-html/README.md

389 B

volar-service-html

Volar plugin for vscode-html-languageservice.

Installation

npm install volar-service-html

Usage

volar.config.js

module.exports = {
	services: [
		require('volar-service-html').create(),
	],
};

License

MIT © Johnson Chu