mirror of https://github.com/helix-editor/helix
Include .yml files in Helm chart templates (#11135)
parent
fd7b1a3e37
commit
b0f3fe7556
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue