From cccc2bc682c5e114e00ff09663354fd48f86a23f Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 10 Sep 2019 07:13:45 -0400 Subject: [PATCH] add syntax highlighting for tera templates --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index efc21a4..58e400f 100644 --- a/.vimrc +++ b/.vimrc @@ -22,6 +22,7 @@ filetype on filetype plugin on filetype plugin indent on autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=0 +autocmd BufNewFile,BufRead *.tera set syntax=django " Center screen when scrolling search results nmap n nzz