mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Include .yml files in Helm chart templates (#11135)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user