Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 14, 2025
1 parent 6e5fb64 commit ffec971
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## About

Codebook is a spellchecker for code. It binds together the venerable Tree Sitter, the fast spell checker [Spellbook](https://github.com/helix-editor/spellbook) and includes a Language Server for use in any editor. Everything is done in Rust to keep response times snappy.
Codebook is a spellchecker for code. It binds together the venerable Tree Sitter and the fast spell checker [Spellbook](https://github.com/helix-editor/spellbook). Included is a Language Server for use in any editor. Everything is done in Rust to keep response times snappy and memory usage _low_.

## Status

Expand Down Expand Up @@ -54,3 +54,5 @@ Run them with `make test`.
- cSpell for VSCode: https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker
- Vale: https://github.com/errata-ai/vale-ls
- TreeSitter Visualizer: https://intmainreturn0.com/ts-visualizer/
- common-words: https://github.com/anvaka/common-words
- Hunspell dictionaries in UTF-8: https://github.com/wooorm/dictionaries

0 comments on commit ffec971

Please sign in to comment.