aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ziggy_schema.lua
blob: c83fa3c9470e566f6b41a3006c4528507578e057 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
--- https://ziggy-lang.io/documentation/ziggy-lsp/
---
--- Language server for schema files of the Ziggy data serialization format
return {
  cmd = { 'ziggy', 'lsp', '--schema' },
  filetypes = { 'ziggy_schema' },
  root_markers = { '.git' },
}