aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/c3_lsp.lua
blob: a2c8dc2790962d7f59a1f63180d47f39f53e36c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
--- https://github.com/pherrymason/c3-lsp
---
--- Language Server for c3.
return {
  cmd = { 'c3lsp' },
  root_markers = { 'project.json', 'manifest.json', '.git' },
  filetypes = { 'c3', 'c3i' },
}