File tree 2 files changed +50
-0
lines changed
2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ Nvim by running `:help lspconfig-all`.
349
349
- [vscoqtop](#vscoqtop)
350
350
- [vtsls](#vtsls)
351
351
- [vuels](#vuels)
352
+ - [wasm_language_tools](#wasm_language_tools)
352
353
- [wgsl_analyzer](#wgsl_analyzer)
353
354
- [yamlls](#yamlls)
354
355
- [yang_lsp](#yang_lsp)
@@ -12134,6 +12135,30 @@ Default config:
12134
12135
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/vuels.lua:4](../lua/lspconfig/configs/vuels.lua#L4)
12135
12136
12136
12137
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
+
12137
12162
## wgsl_analyzer
12138
12163
12139
12164
https://github.com/wgsl-analyzer/wgsl-analyzer
Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ Nvim by running `:help lspconfig-all`.
349
349
- [vscoqtop](#vscoqtop)
350
350
- [vtsls](#vtsls)
351
351
- [vuels](#vuels)
352
+ - [wasm_language_tools](#wasm_language_tools)
352
353
- [wgsl_analyzer](#wgsl_analyzer)
353
354
- [yamlls](#yamlls)
354
355
- [yang_lsp](#yang_lsp)
@@ -12134,6 +12135,30 @@ Default config:
12134
12135
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/vuels.lua:4](../lua/lspconfig/configs/vuels.lua#L4)
12135
12136
12136
12137
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
+
12137
12162
## wgsl_analyzer
12138
12163
12139
12164
https://github.com/wgsl-analyzer/wgsl-analyzer
You can’t perform that action at this time.
0 commit comments