Add *.tpl to supported files

This commit is contained in:
Tobias Wolf
2018-03-29 14:51:20 +02:00
committed by GitHub
parent eb197a80db
commit a30f3cb4bd

View File

@@ -2,4 +2,6 @@
vim syntax for helm templates (yaml + gotmpl + sprig + custom)
Enable syntax using a definition like this:
`autocmd BufRead,BufNewFile */templates/*.yaml set ft=helm`
```vim
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm`
```