Merge pull request #11 from eshepelyuk/fix/commentstring

fix: introduce commentstring
This commit is contained in:
Tobias Wolf
2021-11-26 18:00:35 +01:00
committed by GitHub
+3
View File
@@ -1 +1,4 @@
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
" Use {{/* */}} as comments
autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}