aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/cobol_ls.lua
blob: 0a4f4a9bd995a2564c3e61c1566ee5ace524d836 (plain) (blame)
1
2
3
4
5
6
7
8
---@brief
---
--- Cobol language support
return {
  cmd = { 'cobol-language-support' },
  filetypes = { 'cobol' },
  root_markers = { '.git' },
}