Files
ry.kazcloud.dev/node_modules/volar-service-yaml
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-yaml

Volar plugin for yaml-language-server.

Installation

npm install volar-service-yaml

Usage

volar.config.js

module.exports = {
	services: [
		require('volar-service-yaml').create(),
	],
};

License

MIT © Remco Haszing