Files
website/node_modules/volar-service-html
2024-05-06 17:15:30 -04:00
..
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00

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