astro-ghostcms/.pnpm-store/v3/files/d2/06b96326186808bee1339ee15f1...

26 lines
389 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
# volar-service-html
Volar plugin for [`vscode-html-languageservice`](https://github.com/microsoft/vscode-html-languageservice).
## Installation
```sh
npm install volar-service-html
```
## Usage
`volar.config.js`
```js
module.exports = {
services: [
require('volar-service-html').create(),
],
};
```
## License
[MIT](LICENSE) © [Johnson Chu](https://github.com/johnsoncodehk)