https://github.com/Stef16Robbe/harper_zed
Harper LS extension for the Zed editor
https://github.com/Stef16Robbe/harper_zed
extension harper spellcheck zed
Last synced: 7 months ago
JSON representation
Harper LS extension for the Zed editor
- Host: GitHub
- URL: https://github.com/Stef16Robbe/harper_zed
- Owner: Stef16Robbe
- License: apache-2.0
- Created: 2024-09-04T11:20:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:31:52.000Z (11 months ago)
- Last Synced: 2025-03-15T12:17:27.703Z (7 months ago)
- Topics: extension, harper, spellcheck, zed
- Language: Rust
- Homepage:
- Size: 204 KB
- Stars: 32
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# harper_zed
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 :)