
Hi everybody.
I have recently started to use django and I really enjoy it. However, I can't seem to achieve the optimal syntax highlighting using vim. I installed the three scripts found from the following link:
http://www.vim.org/scripts/script.php?script_id=1487However, the resulting highlighting is not great. The image above shows the problem. I would like the highlighting to assign different colors to the variable name "user_list" and the brackets "{%" and "%}". Ideal, the syntax highlighting when editing templates should be as found in this link from the djangoproject tutorial:
https://docs.djangoproject.com/en/1.6/intro/tutorial03/I have researched and I have not found a solution. Any help would be appreciated.
Best regards,
Christopher