diff --git a/docs/src/languages/helm.md b/docs/src/languages/helm.md index 284a7b92a87ca5aa8efc77997efb6dba8cb731a0..a6e3c8fa49b9056fb9d053790a3f3f656087d366 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.