feat: add wgsl_analyzer as wgsl language server (#2872)

pull/2877/head
Hekno25 2 years ago committed by GitHub
parent 3dbad0442f
commit 33e6df8707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,6 +98,6 @@
| vala | ✓ | | | `vala-language-server` |
| verilog | ✓ | ✓ | | `svlangserver` |
| vue | ✓ | | | `vls` |
| wgsl | ✓ | | | |
| wgsl | ✓ | | | `wgsl_analyzer` |
| yaml | ✓ | | ✓ | `yaml-language-server` |
| zig | ✓ | | ✓ | `zls` |

@ -787,6 +787,7 @@ scope = "source.wgsl"
file-types = ["wgsl"]
roots = []
comment-token = "//"
language-server = { command = "wgsl_analyzer" }
indent = { tab-width = 4, unit = " " }
[[grammar]]

Loading…
Cancel
Save