Skip to content

Commit

Permalink
fix(languages/helm): recognize _*.tpl as helm (#10344)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 11, 2024
1 parent 009a549 commit c9ae694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Expand Up @@ -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"
Expand Down

0 comments on commit c9ae694

Please sign in to comment.