Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Apr 18, 2024
1 parent 37cf01b commit 83e7ed7
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
# Biome - Zed

<div align="center">

[![CI main](https://github.com/biomejs/biome-zed/actions/workflows/main.yml/badge.svg)](https://github.com/biomejs/biome-zed/actions/workflows/main.yml)

</div>

This extension adds support for [Biome](https://github.com/biomejs/biome) in [Zed](https://zed.dev/).

Currently supports **JavaScript**, **TypeScript**, **TSX**, **Vue.js**, **Astro** and **Svelte** files.
Languages currently supported:

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

## Installtion
## Installation

Requires Zed >= **v0.131.0**.

Expand All @@ -14,7 +30,7 @@ This extension is available in the extensions view inside the Zed editor. Open `

Example configurations in zed `settings.json`.

```jsonc
```json5
// settings.json
{
"format_on_save": "on",
Expand Down

0 comments on commit 83e7ed7

Please sign in to comment.