Skip to content

Commit 0fa659e

Browse files
committed
fix: detect helmfile.yaml
1 parent 9c65dc6 commit 0fa659e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/helm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl set ft=helm
1+
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile.yaml set ft=helm
22

33
" Use {{/* */}} as comments
44
autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}

0 commit comments

Comments
 (0)