Skip to content

Commit 00dae9f

Browse files
docs: update configs.md
skip-checks: true
1 parent 4ff005d commit 00dae9f

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

doc/configs.md

+25
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ Nvim by running `:help lspconfig-all`.
349349
- [vscoqtop](#vscoqtop)
350350
- [vtsls](#vtsls)
351351
- [vuels](#vuels)
352+
- [wasm_language_tools](#wasm_language_tools)
352353
- [wgsl_analyzer](#wgsl_analyzer)
353354
- [yamlls](#yamlls)
354355
- [yang_lsp](#yang_lsp)
@@ -12134,6 +12135,30 @@ Default config:
1213412135
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/vuels.lua:4](../lua/lspconfig/configs/vuels.lua#L4)
1213512136

1213612137

12138+
## wasm_language_tools
12139+
12140+
https://github.com/g-plane/wasm-language-tools
12141+
12142+
WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format.
12143+
It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format.
12144+
12145+
Snippet to enable the language server:
12146+
```lua
12147+
require'lspconfig'.wasm_language_tools.setup{}
12148+
```
12149+
12150+
Default config:
12151+
- `cmd` :
12152+
```lua
12153+
{ "wat_server" }
12154+
```
12155+
- `filetypes` :
12156+
```lua
12157+
{ "wat" }
12158+
```
12159+
- `single_file_support` : `true`
12160+
12161+
1213712162
## wgsl_analyzer
1213812163

1213912164
https://github.com/wgsl-analyzer/wgsl-analyzer

doc/configs.txt

+25
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ Nvim by running `:help lspconfig-all`.
349349
- [vscoqtop](#vscoqtop)
350350
- [vtsls](#vtsls)
351351
- [vuels](#vuels)
352+
- [wasm_language_tools](#wasm_language_tools)
352353
- [wgsl_analyzer](#wgsl_analyzer)
353354
- [yamlls](#yamlls)
354355
- [yang_lsp](#yang_lsp)
@@ -12134,6 +12135,30 @@ Default config:
1213412135
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/vuels.lua:4](../lua/lspconfig/configs/vuels.lua#L4)
1213512136

1213612137

12138+
## wasm_language_tools
12139+
12140+
https://github.com/g-plane/wasm-language-tools
12141+
12142+
WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format.
12143+
It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format.
12144+
12145+
Snippet to enable the language server:
12146+
```lua
12147+
require'lspconfig'.wasm_language_tools.setup{}
12148+
```
12149+
12150+
Default config:
12151+
- `cmd` :
12152+
```lua
12153+
{ "wat_server" }
12154+
```
12155+
- `filetypes` :
12156+
```lua
12157+
{ "wat" }
12158+
```
12159+
- `single_file_support` : `true`
12160+
12161+
1213712162
## wgsl_analyzer
1213812163

1213912164
https://github.com/wgsl-analyzer/wgsl-analyzer

0 commit comments

Comments
 (0)