aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/facility_language_server.lua
blob: 84a584c91bda57519945db72b7dd63f34eb3d20c (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' },
}