aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content/docs/textlint-guide.mdx
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-07-02 00:11:24 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-07-02 00:11:24 +0900
commitf5fe76004894a1112e9b8d7b75971e6332edd7c6 (patch)
tree3d14599b425982da459dcad343527718c81063b2 /src/content/docs/textlint-guide.mdx
parent50da66a33dc9a42e3ee6e0c46eaa4b02e6b8751a (diff)
textlint-guide: 文言の微修正
Diffstat (limited to 'src/content/docs/textlint-guide.mdx')
-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つのプログラム