languages/wgsl: init module

Adds Treesitter and LSP support for WebGPU Shading Language
This commit is contained in:
kaktu5 2025-01-11 21:57:18 +01:00
commit bbca939ced
3 changed files with 84 additions and 0 deletions

View file

@ -52,3 +52,7 @@
- Remove `vim.notes.obsidian.setupOpts.dir`, which was set by default. Fixes
issue with setting the workspace directory.
- Add `"prettierd"` as a formatter option in `vim.languages.markdown.format.type`.
[kaktu5](https://github.com/kaktu5):
- Add WGSL support under `vim.languages.wgsl`.