aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ziggy_schema.lua
blob: 6d9b53082cf02822c1d9fd18332624282e413593 (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' },
}