prettier-plugin-wgsl
v0.1.9
Published
Prettier plugin for WGSL (WebGPU Shading Language)
Maintainers
Readme
prettier-plugin-wgsl
A Prettier plugin to automatically format WGSL (WebGPU Shading Language) files.
This project is inspired by prettier-plugin-glsl and also uses Chevotain for parsing.
Installation
npm install --save-dev prettier-plugin-wgslUsage
Add prettier-plugin-wgsl to your Prettier configuration:
{
"plugins": ["prettier-plugin-wgsl"]
}