A Zed extension for Dodeca authoring support.
The extension starts ddc lsp for Markdown content and Dodeca templates,
including *.html and *.ddc.html files. The language server reads the
workspace root from the LSP initialize request and uses the Dodeca config at
.config/dodeca.styx.
*.ddc.html files use the HTML grammar with Dodeca/Gingembre template
highlighting injected into {% ... %}, {{ ... }}, and {# ... #} regions,
including template expressions inside HTML attributes.
- Zed
ddconPATH
For local development, run cargo xtask install in the Dodeca repository.
Install it as a dev extension from Zed's command palette, choosing this repository directory.