diff options
Diffstat (limited to 'lsp/cobol_ls.lua')
| -rw-r--r-- | lsp/cobol_ls.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lsp/cobol_ls.lua b/lsp/cobol_ls.lua new file mode 100644 index 00000000..81bed5e6 --- /dev/null +++ b/lsp/cobol_ls.lua @@ -0,0 +1,8 @@ +---@brief +--- +---Cobol language support +return { + cmd = { 'cobol-language-support' }, + filetypes = { 'cobol' }, + root_markers = { '.git' }, +} |
