Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(zh-cn): update editor-setup.mdx #5371

Merged
merged 2 commits into from
Nov 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading