Merge pull request #12 from eshepelyuk/fix/filetype

fix: add gotmpl for helm detection
This commit is contained in:
Tobias Wolf
2021-11-26 18:15:47 +01:00
committed by GitHub

View File

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