Skip to content

Commit bb9112d

Browse files
Add Zed to the editor setup page (#2262)
Wanna add this to the editor setup page since Zed offers builtin support for our language server and will even install it for user's automatically. --------- Co-authored-by: Jonathan Reinink <[email protected]>
1 parent 1c9ea1b commit bb9112d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/docs/editor-setup.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ We maintain an official [Prettier plugin](https://github.com/tailwindlabs/pretti
4343

4444
It works seamlessly with custom Tailwind configurations, and because it’s just a Prettier plugin, it works anywhere Prettier works—including every popular editor and IDE, and of course on the command line.
4545

46+
{/* prettier-ignore */}
4647
```html
4748
<!-- [!code filename:HTML] -->
4849
<!-- Before -->
49-
<!-- prettier-ignore -->
5050
<button class="text-white px-4 sm:px-8 py-2 sm:py-3 bg-sky-700 hover:bg-sky-800">Submit</button>
5151

5252
<!-- After -->
@@ -60,3 +60,9 @@ Check out the plugin [on GitHub](https://github.com/tailwindlabs/prettier-plugin
6060
JetBrains IDEs like WebStorm, PhpStorm, and others include support for intelligent Tailwind CSS completions in your HTML.
6161

6262
[Learn more about Tailwind CSS support in JetBrains IDEs &rarr;](https://www.jetbrains.com/help/webstorm/tailwind-css.html)
63+
64+
## Zed
65+
66+
Zed includes built-in support for Tailwind CSS autocomplete, linting, and hover previews for a variety of languages. It also supports Prettier, so our official [Prettier plugin](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) works seamlessly in Zed when installed.
67+
68+
[Learn more about Tailwind CSS support in Zed &rarr;](https://zed.dev/docs/languages/tailwindcss)

0 commit comments

Comments
 (0)