fix(languages/helm): recognize _*.tpl as helm (#10344)

pull/10365/head
Arthur 2 months ago committed by GitHub
parent 009a5498ca
commit c9ae694aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3418,7 +3418,7 @@ scope = "source.helm"
roots = ["Chart.yaml"]
comment-token = "#"
language-servers = ["helm_ls"]
file-types = [ { glob = "templates/*.yaml" }, { glob = "templates/_helpers.tpl"}, { glob = "templates/NOTES.txt" } ]
file-types = [ { glob = "templates/*.yaml" }, { glob = "templates/_*.tpl"}, { glob = "templates/NOTES.txt" } ]
[[language]]
name = "glimmer"

Loading…
Cancel
Save