+1

django, html and javascript code all in one recognition please :)

Christopher Stone 8 years ago 0

I am developing a project in Django... the only thing is, Django can use multiple formats in one file... for example it has tags that work in the html document that look like this {{variable}}.


It also has tags like this {% load staticfiles %} and {% extends 'base.html' %}...


html can also run javascript code within <script> tags but when html syntax highlighting is selected in the view menu, none of the javascript shows up correctly...


The opposite happens when you choose javascript syntax highlighting in the view menu, javascript shows up but not html...


Don't get me wrong, I think you have done an amassing job to make this super editor...


I would like to suggest that you add a Django code highlighting syntax to your already extensive list to make a mixed mode highlighting of all the different coding languages that Django, and maybe other languages use...


I hope you find this information constructive


Thanks in advance


Kind regards


Chris