From 3eca9ef3b4f99d8aa2ab03fed2f6ce973df972cc Mon Sep 17 00:00:00 2001 From: qvalentin <36446499+qvalentin@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:51:51 +0200 Subject: [PATCH] docs: Add values.yaml files to filetypes for Helm (#32369) Release Notes: - N/A --- docs/src/languages/helm.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/languages/helm.md b/docs/src/languages/helm.md index 284a7b92a8..a6e3c8fa49 100644 --- a/docs/src/languages/helm.md +++ b/docs/src/languages/helm.md @@ -16,7 +16,10 @@ Enable Helm language for Helm files by editing your `.zed/settings.json` and add "**/templates/**/*.yaml", "**/templates/**/*.yml", "**/helmfile.d/**/*.yaml", - "**/helmfile.d/**/*.yml" + "**/helmfile.d/**/*.yml", + "**/values*.yaml" ] } ``` + +This will also mark values.yaml files as the type helm, since helm-ls supports this.