diff --git a/ftdetect/helm.vim b/ftdetect/helm.vim index 32de6a1..f3fefcf 100644 --- a/ftdetect/helm.vim +++ b/ftdetect/helm.vim @@ -1,4 +1,4 @@ -autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile*.yaml set ft=helm +autocmd BufRead,BufNewFile */templates/*.{yaml,yml},*/templates/*.tpl,*.gotmpl,helmfile*.{yaml,yml} set ft=helm " Use {{/* */}} as comments autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}