Skip to content

Commit

Permalink
Add gosum extension (zed-industries#1237)
Browse files Browse the repository at this point in the history
Add highlighting support for Go Checksum files. Addresses
[this](zed-industries/zed#7139 (comment)).

<img width="1728" alt="Screenshot 2024-08-11 at 14 57 47"
src="https://github.com/user-attachments/assets/88af9c7f-b219-426e-aa9d-42b959f1bfcc">

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
kartikvashistha and maxdeviant authored Aug 14, 2024
1 parent 694cbed commit bbe3375
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 @@ -330,6 +330,10 @@
path = extensions/golangci-lint
url = https://github.com/j4ng5y/zed_golangci_lint

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

[submodule "extensions/graphene"]
path = extensions/graphene
url = https://github.com/adinack/graphene.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ version = "0.1.0"
submodule = "extensions/golangci-lint"
version = "0.1.0"

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

[graphene]
submodule = "extensions/graphene"
version = "0.2.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/gosum
Submodule gosum added at 97a321

0 comments on commit bbe3375

Please sign in to comment.