+4








eb3c4b0e46
Co-authored-by: Raunak Raj <nkray21111983@gmail.com> Co-authored-by: Thorsten Ball <mrnugget@gmail.com> Co-authored-by: Bennet <bennet@zed.dev> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com> Co-authored-by: Joseph T Lyons <JosephTLyons@gmail.com> Co-authored-by: Mikayla <mikayla@zed.dev> Co-authored-by: Jason <jason@zed.dev> Co-authored-by: Antonio Scandurra <me@as-cii.com> Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com> Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Nathan Sobo <nathan@zed.dev> Co-authored-by: Jason Mancuso <7891333+jvmncs@users.noreply.github.com> Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
36 lines
952 B
Markdown
36 lines
952 B
Markdown
# 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.
|