Skip to content

Commit

Permalink
Add Codebook, a code aware spell checker (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker authored Jan 22, 2025
1 parent f240c97 commit 31144c1
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 @@ -274,6 +274,10 @@
path = extensions/code-stats
url = https://github.com/maxdeviant/zed-code-stats.git

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

[submodule "extensions/codesandbox-theme"]
path = extensions/codesandbox-theme
url = https://github.com/MartinRybergLaude/zed-theme-codesandbox.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ version = "0.0.3"
submodule = "extensions/code-stats"
version = "0.2.4"

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

[codesandbox-theme]
submodule = "extensions/codesandbox-theme"
version = "0.0.5"
Expand Down
1 change: 1 addition & 0 deletions extensions/codebook
Submodule codebook added at 5c5dfc

0 comments on commit 31144c1

Please sign in to comment.