Skip to content

Commit

Permalink
Include .yml files in Helm chart templates (#11135)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninguyot committed Jul 13, 2024
1 parent fd7b1a3 commit b0f3fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b0f3fe7

Please sign in to comment.