Include .yml files in Helm chart templates (#11135)

This commit is contained in:
Antonin 2024-07-13 19:58:06 +02:00 committed by GitHub
parent fd7b1a3e37
commit b0f3fe7556
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"