Skip to content

Commit b46dc3c

Browse files
bajrangCoderzyyv
andauthored
feat: add zed community extension to docs (#5116)
Co-authored-by: Chris <hizyyv@gmail.com>
1 parent 20c382a commit b46dc3c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const Integrations: DefaultTheme.NavItemWithLink[] = [
4848
{ text: 'VS Code Extension', link: '/integrations/vscode' },
4949
{ text: 'JetBrains IDE Plugin', link: '/integrations/jetbrains' },
5050
{ text: 'LSP Support', link: '/integrations/lsp' },
51+
{ text: 'Zed Extension', link: '/integrations/zed' },
5152
]
5253

5354
const Presets: DefaultTheme.NavItemWithLink[] = [

docs/integrations/zed.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Community Zed Extension for UnoCSS
3+
---
4+
5+
# Zed Extension
6+
7+
A community [extension](https://github.com/bajrangCoder/zed-unocss) that provides support for UnoCSS in Zed.
8+
9+
:::info
10+
Note: This is a **community-maintained extension, not reviewed or maintained by the UnoCSS team**. Please do your own research before using. If you have any issues with this extension, please report it to [bajrangCoder/zed-unocss](https://github.com/bajrangCoder/zed-unocss).
11+
:::
12+
13+
## Installation
14+
15+
From zed extension manager install the unocss extension, https://zed.dev/extensions/unocss
16+
17+
## Bug Reports / Feature Requests
18+
19+
Report it at [Issue Tracker](https://github.com/bajrangCoder/zed-unocss/issues)

0 commit comments

Comments
 (0)