aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/configs/wasm_language_tools.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/lua/lspconfig/configs/wasm_language_tools.lua b/lua/lspconfig/configs/wasm_language_tools.lua
new file mode 100644
index 00000000..1cf1893b
--- /dev/null
+++ b/lua/lspconfig/configs/wasm_language_tools.lua
@@ -0,0 +1,15 @@
+return {
+ default_config = {
+ cmd = { 'wat_server' },
+ filetypes = { 'wat' },
+ single_file_support = true,
+ },
+ docs = {
+ description = [[
+https://github.com/g-plane/wasm-language-tools
+
+WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format.
+It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format.
+]],
+ },
+}