Skip to content

Commit

Permalink
Add Odin extension (#539)
Browse files Browse the repository at this point in the history
Extension for the Odin language with support for syntax highlighting
using `tree-sitter-grammars/tree-sitter-odin` and support for the odin
language server (at `DanielGavin/ols`).

---------

Signed-off-by: Christian Lee Seibold <christian.seibold32@outlook.com>
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
clseibold and maxdeviant authored Apr 15, 2024
1 parent 9e3c010 commit af2eeaa
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 @@ -258,6 +258,10 @@
path = extensions/oceanic-next
url = https://github.com/rkunev/oceanic-next.git

[submodule "extensions/odin"]
path = extensions/odin
url = https://github.com/clseibold/zed-odin

[submodule "extensions/one-dark-pro"]
path = extensions/one-dark-pro
url = https://github.com/MordFustang21/zed-one-dark-pro.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ version = "0.0.1"
submodule = "extensions/oceanic-next"
version = "0.1.0"

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

[one-dark-pro]
submodule = "extensions/one-dark-pro"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/odin
Submodule odin added at 284906

0 comments on commit af2eeaa

Please sign in to comment.