https://github.com/zed-extensions/harper
Harper LS extension for the Zed editor
https://github.com/zed-extensions/harper
extension harper spellcheck zed
Last synced: 2 months ago
JSON representation
Harper LS extension for the Zed editor
- Host: GitHub
- URL: https://github.com/zed-extensions/harper
- Owner: zed-extensions
- License: apache-2.0
- Created: 2024-09-04T11:20:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-20T20:54:03.000Z (3 months ago)
- Last Synced: 2025-07-20T22:19:25.034Z (3 months ago)
- Topics: extension, harper, spellcheck, zed
- Language: Rust
- Homepage:
- Size: 208 KB
- Stars: 50
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Harper Zed Extension
Zed extension for the
[Harper Grammar Checker](https://github.com/elijah-potter/harper) LS.
## Supported platforms
| Platform | X86_64 | ARM64 |
|---|---|---|
| Linux | ✅ | ✅ |
| MacOS | ✅ | ✅ |
| Windows | ✅ | ❌ |## Install
1. [Open the Extension Gallery](https://zed.dev/docs/extensions/installing-extensions)
2. Search for `harper` in the Gallery
3. Click "Install"!
## Acknowledgments
- [elijah-potter](https://github.com/elijah-potter) for creating Harper
- [WeetHet](https://github.com/WeetHet) for their
[typst LS extension](https://github.com/WeetHet/typst.zed) which was used as
inspiration for this repository :)