Skip to content

Commit

Permalink
docs: add Zed configuration example (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
affanshahid authored Nov 27, 2024
1 parent 76257aa commit 57343e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,22 @@ Example **.vscode/settings.json**:
}
```

### Zed

Zed has built-in support for ESLint. However, you need to configure ESLint to work with Astro files.

Example **.zed/settings.json**:

```json
{
"languages": {
"Astro": {
"language_servers": ["eslint", "..."]
}
}
}
```

<!--USAGE_GUIDE_END-->

## ❓ FAQ
Expand Down

0 comments on commit 57343e5

Please sign in to comment.