aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/motoko_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/motoko_lsp.lua')
-rw-r--r--lsp/motoko_lsp.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/motoko_lsp.lua b/lsp/motoko_lsp.lua
index a9bd6944..f479e2d7 100644
--- a/lsp/motoko_lsp.lua
+++ b/lsp/motoko_lsp.lua
@@ -1,8 +1,8 @@
---@brief
---
--- https://github.com/dfinity/vscode-motoko
---
--- Language server for the Motoko programming language.
+--- https://github.com/dfinity/vscode-motoko
+---
+--- Language server for the Motoko programming language.
return {
cmd = { 'motoko-lsp', '--stdio' },
filetypes = { 'motoko' },