From 9c9f9b2699e055dd9a0f1c769ca75aa67cb9a4e0 Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Fri, 21 Feb 2025 15:01:04 -0800 Subject: [PATCH] Correct readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3c2b01..820822f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Codebook is a spellchecker for code. It binds together the venerable Tree Sitter ## Status -Codebook is being developed, but the Zed extension is now live! Currently only US English is supported. +Codebook is being developed, but the Zed extension is now live! ### Supported Languages @@ -102,10 +102,9 @@ Codebook comes with a dictionary manager, which will automatically download and ## Roadmap -- [ ] Support more languages than US English +- [X] Support more languages than US English - [X] Support custom project dictionaries -- [ ] Support custom global dictionaries -- [ ] Support per file extension dictionaries +- [X] Support per file extension dictionaries - [X] Add code actions to correct spelling ## Running Tests