diff --git a/README.md b/README.md index 1f4ffef..c1e00c1 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,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", "..."] + } + } +} +``` +