Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Quick one, I've just installed PyCharm, and have opened an existing project with multiple apps. When I open django templates, they are highlighted as if plain HTML, i.e. {% block %} elements and {{variable}} references are not treated specially.

Is there any way I can force it to use the django template syntax highlighter for these files? Or am I doing something wrong?

The project is configured as a django project.

Thanks very much,

Andre

share|improve this question

1 Answer

up vote 16 down vote accepted

File » Settings » Template language, do you have Template language setting set to django?

share|improve this answer
Brilliant, I knew it would be something simple. Thanks very much. – andre_b Jan 16 '12 at 13:49
many many thanks – garmoncheg Jul 17 '12 at 15:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.