Merge pull request #16 from eshepelyuk/fix/helmfile

fix: extend helmfile support
This commit is contained in:
Tobias Wolf
2022-08-22 13:50:27 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile.yaml set ft=helm
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile*.yaml set ft=helm
" Use {{/* */}} as comments
autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}