Skip to content

Commit

Permalink
Add whkd extension (#1863)
Browse files Browse the repository at this point in the history
Adds syntax highlighting support for the
[`whkd`](https://github.com/LGUG2Z/whkd) configuration format.

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
LGUG2Z and maxdeviant authored Jan 5, 2025
1 parent 9a18792 commit e178243
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 @@ -1586,6 +1586,10 @@
path = extensions/wgsl
url = https://github.com/luan/zed-wgsl.git

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

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

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

[wit]
submodule = "extensions/wit"
version = "0.4.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/whkd
Submodule whkd added at 565448

0 comments on commit e178243

Please sign in to comment.