Skip to content

Commit

Permalink
Add typos extension (#1381)
Browse files Browse the repository at this point in the history
Add support for the [Typos Language
Server](https://github.com/tekumara/typos-lsp).

Typos is a spell checker, this extension will help having a bit of spell
checking available while waiting for
zed-industries/zed#5305

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
BaptisteRoseau and maxdeviant authored Sep 9, 2024
1 parent 60bb1d5 commit 672d925
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 @@ -1026,6 +1026,10 @@
path = extensions/twig
url = https://github.com/YussufSassi/zed-twig.git

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

[submodule "extensions/typst"]
path = extensions/typst
url = https://github.com/WeetHet/typst.zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,10 @@ version = "0.0.7"
submodule = "extensions/twig"
version = "0.1.1"

[typos]
submodule = "extensions/typos"
version = "0.0.1"

[typst]
submodule = "extensions/typst"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/typos
Submodule typos added at d360f0

0 comments on commit 672d925

Please sign in to comment.