From 209312a36e1dd9f8fe54169e18c204ec08fa6dd8 Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Mon, 22 Aug 2022 14:44:54 +0300 Subject: [PATCH] fix: extend helmfile support --- ftdetect/helm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdetect/helm.vim b/ftdetect/helm.vim index 628045d..32de6a1 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,*/templates/*.tpl,*.gotmpl,helmfile*.yaml set ft=helm " Use {{/* */}} as comments autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}