Zed
Formatting is already wired up for the theme’s toolchain in .zed/settings.json.
PHP formats via Mago, run through Composer’s vendor/bin/mago format --stdin-input --stdin-filepath {buffer_path} — Mago’s official Zed integration recipe. No extra extension is needed for PHP.
JavaScript, TypeScript, JSON, CSS
Section titled “JavaScript, TypeScript, JSON, CSS”These languages route through Zed’s Biome language server instead of the default Prettier formatter. Prettier is explicitly excluded for these languages in .zed/settings.json to avoid the two fighting over the same files.
SCSS and HTML
Section titled “SCSS and HTML”These still use Zed’s built-in Prettier support, matching the scoped Prettier setup described in SCSS and Getting started.