aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content/docs
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/docs')
-rw-r--r--src/content/docs/textlint-guide.mdx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content/docs/textlint-guide.mdx b/src/content/docs/textlint-guide.mdx
index 735714c..660c9fd 100644
--- a/src/content/docs/textlint-guide.mdx
+++ b/src/content/docs/textlint-guide.mdx
@@ -12,7 +12,9 @@ description: 日本語の文章をリアルタイムで校正するtextlintを
- ら抜き言葉・い抜き言葉のチェック
- 一文の長さや句読点の数をチェック
-VSCode用の拡張機能はありましたが、私が愛用している[Zed](https://zed.dev/) にはなかったため、LSPサーバーを自作しました(Powered by DeepSeek V4 Pro)。
+## Zed用がなかったのでつくりました
+
+VSCode用の拡張機能はありましたが、私が最近愛用している[Zed](https://zed.dev/) にはなかったため、LSPサーバを自作しました(Powered by DeepSeek V4 Pro)。試していませんが、VS Code, Neovim, Emacsなどでも使えるものと思います。
## 2つのプログラム