Home Explore Blog CI



zed

docs/src/languages/biome.md
cef5e30e9c0b76b3655322079ec37129313fdd9c4eec0f5f00000003000003b8
# Biome

[Biome](https://biomejs.dev/) support in Zed is provided by the community-maintained [Biome extension](https://github.com/biomejs/biome-zed).
Report issues to: [https://github.com/biomejs/biome-zed/issues](https://github.com/biomejs/biome-zed/issues)

- Language Server: [biomejs/biome](https://github.com/biomejs/biome)

## Biome Language Support

The Biome extension includes support for the following languages:

- JavaScript
- TypeScript
- JSX
- TSX
- JSON
- JSONC
- Vue.js
- Astro
- Svelte
- CSS

## Configuration

By default, the `biome.json` file is required to be in the root of the workspace.

```json
{
  "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json"
}
```

For a full list of `biome.json` options see [Biome Configuration](https://biomejs.dev/reference/configuration/) documentation.

See the [Biome Zed Extension README](https://github.com/biomejs/biome-zed) for a complete list of features and configuration options.

Chunks
52287336 (1st chunk of `docs/src/languages/biome.md`)
Title: Biome Support in Zed
Summary
Zed supports Biome through a community-maintained extension, offering language support for JavaScript, TypeScript, JSX, TSX, JSON, JSONC, Vue.js, Astro, Svelte, and CSS. Configuration is managed via a `biome.json` file in the workspace root, with detailed options available in the Biome documentation. For features and configuration options, refer to the Biome Zed Extension README.