Skip to content

Commit

Permalink
feat(facility-language-server): add facility language server (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankenote authored Nov 14, 2023
1 parent 6a21483 commit e33ae19
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lua/lspconfig/server_configurations/facility_language_server.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
local util = require 'lspconfig.util'

return {
default_config = {
cmd = { 'facility-language-server' },
filetypes = { 'fsd' },
single_file_support = true,
root_dir = util.find_git_ancestor,
},
docs = {
description = [[
https://github.com/FacilityApi/FacilityLanguageServer
Facility language server protocol (LSP) support.
]],
},
}

0 comments on commit e33ae19

Please sign in to comment.