astro-ghostcms/.pnpm-store/v3/files/6d/6c0b04275fa1e3dff84d2929008...

26 lines
377 B
Plaintext
Raw Permalink Normal View History

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