https://github.com/biomejs/biome-zed
Official Biome extension for zed
https://github.com/biomejs/biome-zed
extension formatter linter lsp-server zed
Last synced: 10 months ago
JSON representation
Official Biome extension for zed
- Host: GitHub
- URL: https://github.com/biomejs/biome-zed
- Owner: biomejs
- License: mit
- Created: 2024-04-04T13:44:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T07:40:52.000Z (about 2 years ago)
- Last Synced: 2024-05-22T13:22:32.555Z (about 2 years ago)
- Topics: extension, formatter, linter, lsp-server, zed
- Language: Rust
- Homepage: https://biomejs.dev
- Size: 47.9 KB
- Stars: 49
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zed-extensions - Biome
README
[](https://github.com/biomejs/biome-zed/actions/workflows/main.yml)
# Biome extension for Zed
This extension adds support for [Biome](https://github.com/biomejs/biome) in [Zed](https://zed.dev/).
Languages currently supported:
- **JavaScript**
- **TypeScript**
- **JSX**
- **TSX**
- **JSON**
- **JSONC**
- **Vue.js**
- **Astro**
- **Svelte**
- **CSS**
- **GraphQL**
- **HTML**
## Installation
Requires Zed >= **v0.131.0**.
This extension is available in the extensions view inside the Zed editor. Open `zed: extensions` and search for _Biome_.
> [!NOTE]
> Since v0.2.0, this extension is only compatible with Biome v2.
> To use with Biome v1.x, please use v0.1.5, the last release of v0.1.x.
## Documentation
Head to the [official documentation](https://biomejs.dev/reference/zed) to learn how to set up the extension, and customize it.