fix(languages/helm): recognize _*.tpl as helm (#10344)
This commit is contained in:
parent
009a5498ca
commit
c9ae694aff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue