aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pli.lua
blob: 4292cad9c45478e436a67e89da4e13bb1c552da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@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).
return {
  cmd = { 'pli_language_server' },
  filetypes = { 'pli' },
  root_markers = { '.pliplugin' },
}