From a30f3cb4bd9be1eae315606d467a5300ca167fc4 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Thu, 29 Mar 2018 14:51:20 +0200 Subject: [PATCH] Add *.tpl to supported files --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7481a3c..a04c86c 100644 --- a/README.md +++ b/README.md @@ -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` +```