Template syntax is not highlighted in Django project
Hi!
I'm working on Django project. PyCharm detect, that Django support is needed, so now I can switch between views and templates with icon in top-left corner, have extra possibilities in settings.py etc. Only .html behaviour differs from expected - Django syntax not highlighted. I checked PyCharm settings and have seen, that Django supports is on and Django syntax is set correctly. Any ideas?
Thanks,
Boris.
请先登录再写评论。
Please make sure that the template language is set to Django under Settings | Template Languages.
Thanks, it works!