Files
ry.kazcloud.dev/node_modules/volar-service-html
Ryan Kazokas d181f77fb2
All checks were successful
Build and Push / build (push) Successful in 55s
Updates dockerfile
2026-02-16 15:09:37 -05:00
..
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05: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