ziggy lsp
Ziggy diagnostics, documentation and autocompletion for your editor.
Detection of Ziggy Schemas
Ziggy tooling looks for matching Ziggy Schemas in two ways:
- Document and Schema share the same file name and are placed in the same directory (e.g.
foo.ziggy->foo.ziggy-schema), like before. - Presence of a Ziggy Schema named
.ziggy-schemawhich will apply to all Ziggy Documents in the subtree that do not have a Schema file with the same name (or another .ziggy-schema file closer to them).