Skip to content

Commit

Permalink
Add LTeX extension (#1222)
Browse files Browse the repository at this point in the history
LTeX LSP implements a language server
according to the Language Server Protocol (LSP)
and provides grammar and spelling errors
in markup documents: LATEX, Markdown, etc..
The documents are checked with LanguageTool.

This is how it works in action:

![CleanShot 2024-08-08 at 21 54
29@2x](https://github.com/user-attachments/assets/3318ef47-5cda-4209-8c18-6711244c349e)
![CleanShot 2024-08-08 at 21 55
40@2x](https://github.com/user-attachments/assets/80789265-7faa-49b8-a7c6-3a08cdf960b6)


See also:
- https://github.com/valentjn/ltex-ls
  • Loading branch information
vitallium committed Aug 14, 2024
1 parent befd5d8 commit b0aae4d
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 @@ -458,6 +458,10 @@
path = extensions/lox
url = https://github.com/arian81/zed-lox.git

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

[submodule "extensions/luau"]
path = extensions/luau
url = https://github.com/4teapo/zed-luau
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@ version = "0.0.3"
submodule = "extensions/lox"
version = "0.0.1"

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

[lua]
submodule = "extensions/zed"
path = "extensions/lua"
Expand Down
1 change: 1 addition & 0 deletions extensions/ltex
Submodule ltex added at 76764a

0 comments on commit b0aae4d

Please sign in to comment.