From 87a387a3295344d20569a6f08cad712c53e2aca3 Mon Sep 17 00:00:00 2001 From: Antonin Date: Thu, 11 Jul 2024 15:26:26 +0200 Subject: [PATCH] Include .yml files in Helm chart templates --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 0cd4939921dc..f190448f8203 100644 --- a/languages.toml +++ b/languages.toml @@ -3514,7 +3514,7 @@ scope = "source.helm" roots = ["Chart.yaml"] comment-token = "#" language-servers = ["helm_ls"] -file-types = [ { glob = "templates/*.yaml" }, { glob = "templates/_*.tpl"}, { glob = "templates/NOTES.txt" } ] +file-types = [ { glob = "templates/*.yaml" }, { glob = "templates/*.yml" }, { glob = "templates/_*.tpl"}, { glob = "templates/NOTES.txt" } ] [[language]] name = "glimmer"