aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/hlasm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/hlasm.lua')
-rw-r--r--lsp/hlasm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/hlasm.lua b/lsp/hlasm.lua
index a7bcfcb4..1c86a24f 100644
--- a/lsp/hlasm.lua
+++ b/lsp/hlasm.lua
@@ -3,6 +3,7 @@
--- `hlasm_language_server` is a language server for the High Level Assembler language used on IBM SystemZ mainframes.
---
--- To learn how to configure the HLASM language server, see the [HLASM Language Support documentation](https://github.com/eclipse-che4z/che-che4z-lsp-for-hlasm).
+---@type vim.lsp.Config
return {
cmd = { 'hlasm_language_server' },
filetypes = { 'hlasm' },