aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pli.lua
blob: 43a9a4290230c6b92059e202a24ca8fa8b08bcf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- `pli_language_server` is a language server for the PL/I language used on IBM SystemZ mainframes.
---
--- To learn how to configure the PL/I language server, see the [PL/I Language Support documentation](https://github.com/zowe/zowe-pli-language-support).
---@type vim.lsp.Config
return {
  cmd = { 'pli_language_server' },
  filetypes = { 'pli' },
  root_markers = { '.pliplugin' },
}