aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ghdl_ls.lua
blob: 12a394aac3185a38b59b9d483493f6fb8a6e4a22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---@brief
---
--- https://github.com/ghdl/ghdl-language-server
---
--- A language server for VHDL, using ghdl as its backend.
---
--- `ghdl-ls` is part of pyghdl, for installation instructions see
--- [the upstream README](https://github.com/ghdl/ghdl/tree/master/pyGHDL/lsp).
return {
  cmd = { 'ghdl-ls' },
  filetypes = { 'vhdl' },
  root_markers = { 'hdl-prj.json', '.git' },
}