Skip to content

Commit

Permalink
Add Helm extension (#746)
Browse files Browse the repository at this point in the history
![Screenshot 2024-05-17 at 3 50
00 PM](https://github.com/zed-industries/extensions/assets/775203/fa661452-332d-4555-80eb-bcd27b81c362)

I've got this extension to a point now where all highlights seem to be
working properly, but there are still a couple issues I need some help
with:
- Files aren't automatically detected as "Helm", but instead as "YAML",
need to find a way to detect helm if the `*.yaml` file is located in a
directory named `templates`: `templates/*.yaml`, is this possible?
- Some errors are being displayed as YAML errors, but really its valid
Helm syntax

![Screenshot 2024-05-17 at 3 53
37 PM](https://github.com/zed-industries/extensions/assets/775203/6aa09c4b-e562-413c-b5f9-1426a8ca9a98)

---------

Co-authored-by: Peter Tripp <[email protected]>
Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent ca20529 commit 4ebc242
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 @@ -502,6 +502,10 @@
path = extensions/harper
url = https://github.com/Stef16Robbe/harper_zed.git

[submodule "extensions/helm"]
path = extensions/helm
url = https://github.com/cabrinha/helm.zed.git

[submodule "extensions/hex-light-theme"]
path = extensions/hex-light-theme
url = https://github.com/coghost/light-zed-theme
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,10 @@ submodule = "extensions/zed"
path = "extensions/haskell"
version = "0.1.1"

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

[hex-light-theme]
submodule = "extensions/hex-light-theme"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/helm
Submodule helm added at 7da089

0 comments on commit 4ebc242

Please sign in to comment.