Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Moschcau <[email protected]>
  • Loading branch information
qvalentin and kmoschcau authored Aug 4, 2024
1 parent 979aaf0 commit 9f123f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ More dialects could be added in the future (e.g. for html templates).
extension = {
gotmpl = 'gotmpl',
},
pattern = {
[".*/templates/.*%.tpl"] = "helm",
[".*/templates/.*%.yaml"] = "helm",
["helmfile.*%.yaml"] = "helm",
},
})
```
Expand Down

0 comments on commit 9f123f9

Please sign in to comment.