From b0f3fe755671c1bbaac5be773eadef49965f4e3e Mon Sep 17 00:00:00 2001 From: Antonin Date: Sat, 13 Jul 2024 19:58:06 +0200 Subject: [PATCH] Include .yml files in Helm chart templates (#11135) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 6fed9b2df..1a2efeb3c 100644 --- a/languages.toml +++ b/languages.toml @@ -3516,7 +3516,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"