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

link|improve this question

feedback

1 Answer

up vote 7 down vote accepted

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

link|improve this answer
Brilliant, I knew it would be something simple. Thanks very much. – andre_b Jan 16 at 13:49
feedback

Your Answer

 
or
required, but never shown

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