mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
389 B
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(),
],
};