mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
feat: add wgsl_analyzer as wgsl language server (#2872)
This commit is contained in:
parent
3dbad0442f
commit
33e6df8707
@ -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…
Reference in New Issue
Block a user