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' }, }