Skip to content

Commit

Permalink
i18n(zh-cn): update editor-setup.mdx (#5371)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan Thomas <[email protected]>
  • Loading branch information
100gle and yanthomasdev authored Nov 12, 2023
1 parent 2c0e062 commit 1f36774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/zh-cn/editor-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ JetBrains 即将推出的 [Fleet IDE](https://www.jetbrains.com/fleet/) 将支
- [Nova 扩展](https://extensions.panic.com/extensions/sciencefidelity/sciencefidelity.astro/)<span style="margin: 0.25em;"><Badge variant="neutral">社区</Badge></span> - 为 Astro 提供语法高亮、智能提示、自动补全
- [Vim 插件](https://github.com/wuelnerdotexe/vim-astro) <span style="margin: 0.25em;"><Badge variant="neutral">社区</Badge></span> - 在 Vim 或 Neovim 中为 Astro 提供语法高亮、缩进和代码折叠支持
- Neovim [LSP](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#astro)[TreeSitter](https://github.com/virchau13/tree-sitter-astro) 插件 <span style="margin: 0.25em;"><Badge variant="neutral">社区</Badge></span> - 为 Neovim 内的 Astro 提供语法高亮、treesitter 解析和代码补全。
- Emacs - 查看 [配置 Emacs 和 Eglot](https://medium.com/@jrmjrm/configuring-emacs-and-eglot-to-work-with-astro-language-server-9408eb709ab0) 的指南<span style="margin: 0.25em;"><Badge variant="neutral">社区</Badge></span> - 与 Astro 协作

## 云端编辑器

Expand Down Expand Up @@ -74,7 +75,7 @@ JetBrains 即将推出的 [Fleet IDE](https://www.jetbrains.com/fleet/) 将支
</Fragment>
<Fragment slot="pnpm">
```shell
pnpm install -D prettier prettier-plugin-astro
pnpm add -D prettier prettier-plugin-astro
```
</Fragment>
<Fragment slot="yarn">
Expand Down

0 comments on commit 1f36774

Please sign in to comment.