Skip to content

Commit

Permalink
Add .yml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Oct 15, 2024
1 parent 6d3cd2a commit 3802dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/languages/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Enable Helm language for Helm files by editing your `.zed/settings.json` and add
"**/templates/**/*.tpl",
"**/templates/**/*.yaml",
"**/templates/**/*.yml",
"**/helmfile.d/**/*.yaml"
"**/helmfile.d/**/*.yaml",
"**/helmfile.d/**/*.yml"
]
}
```

0 comments on commit 3802dc7

Please sign in to comment.