Syntax Highlighting
Django Templates
Download
django.vimfrom http://www.vim.org/scripts/script.php?script_id=1487.Copy
django.vimto~/.vim/syntax/.For Django templates, set the file type as follows:
:setfiletype htmldjango
JSON
Download
json.vimfrom http://www.vim.org/scripts/script.php?script_id=1945Copy
json.vimto~/.vim/syntax/.Add the following to your
~/.vimrcfile:au! BufRead,BufNewFile *.json setfiletype json