aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/facility_language_server.lua
blob: 160a5b8d2e1562559561f150d2b701cfecd26065 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
---https://github.com/FacilityApi/FacilityLanguageServer
--
-- Facility language server protocol (LSP) support.
return {
  cmd = { 'facility-language-server' },
  filetypes = { 'fsd' },
  root_markers = { '.git' },
}