Skip to content

Commit

Permalink
Include .yml files in Helm chart templates (helix-editor#11135)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninguyot authored and mxxntype committed Aug 14, 2024
1 parent 3bc55b8 commit b04ca34
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 b04ca34

Please sign in to comment.