Reputation: 713
Like of I put my cursor on an opening forloop tag the closing forloop tag will be highlighted like most IDEs?
Preferably free.
Upvotes: 0
Views: 212
Reputation: 6715
KomodoEdit should have not only syntax highlighting, but even autocompletion for django templatetags and filters. Also, it highlights syntax (and autocompletes) in files with mixture of languages which is especially useful when working with django templates, where you frequently need to edit code in three or four languages (django/html/css/javascript).
Upvotes: 0
Reputation: 9726
Pydev author's post here says pydev featured in Aptana Studio 3 has it.
Upvotes: 0
Reputation: 53879
Off the top of my head I know Vim, Emacs, Textmate and PyCharm all support Django's template syntax, and I'd imagine many more do as well. They all support customizable syntax highlighting/completion. I've been particularly impressed with PyCharm's Django support, but there are many good IDEs/Editors out there. Pick one, and then look around a bit.
Upvotes: 2