Skip to content

Commit

Permalink
Add AutoCorrect extension (zed-industries#769)
Browse files Browse the repository at this point in the history
[AutoCorrect](https://github.com/huacnlee/autocorrect) is a linter and
formatter to help you to improve copywriting, correct spaces, words, and
punctuations between CJK (Chinese, Japanese, Korean).

https://github.com/huacnlee/zed-autocorrect

<img alt="image"
src="https://github.com/huacnlee/zed-autocorrect/assets/5518/762c70e4-961b-4a9d-850c-5768389c459b">
  • Loading branch information
huacnlee authored May 23, 2024
1 parent 5009f21 commit 12a00b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
path = extensions/aura
url = https://github.com/daltonmenezes/aura-theme.git

[submodule "extensions/autocorrect"]
path = extensions/autocorrect
url = https://github.com/huacnlee/zed-autocorrect.git

[submodule "extensions/base16"]
path = extensions/base16
url = https://github.com/bswinnerton/base16-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ submodule = "extensions/aura"
path = "packages/zed"
version = "1.0.0"

[autocorrect]
submodule = "extensions/autocorrect"
version = "0.1.0"

[base16]
submodule = "extensions/base16"
version = "0.1.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/autocorrect
Submodule autocorrect added at bd7bdf

0 comments on commit 12a00b8

Please sign in to comment.