mirror of
https://github.com/zoriya/vim-helm.git
synced 2026-06-03 11:06:00 +00:00
Add *.tpl to supported files
This commit is contained in:
@@ -2,4 +2,6 @@
|
|||||||
vim syntax for helm templates (yaml + gotmpl + sprig + custom)
|
vim syntax for helm templates (yaml + gotmpl + sprig + custom)
|
||||||
|
|
||||||
Enable syntax using a definition like this:
|
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`
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user