add syntax highlighting for tera templates

master
Andrew Coleman 2019-09-10 07:13:45 -04:00
parent 4ef9cbc4b2
commit cccc2bc682
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -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