Closed eromoe closed 8 years ago
Djaneiro is activated by default for any .html files. It does not detect anything because it makes no sense. If you don't like this behaviour you can remove .html from Djaneiro settings but then you will have to manually activate it every time when you need HTML(django).
It often set regular html file from
HTML
toHTML(django)
, which make shortcutctrl-/
change from<!-- !-->
to{# #}
. I don't know why.Doesn't it detect if content has some syntax like
{% %}
at first, then change file toHTML(django)
? And javascript and css don't work well(without smart) onHTML(django)
.