I am developing an application using backbone and underscore.
In my HTML page, I have some blocks and they are mixed with some underscore code.
I used the template settings like:
print value: {{ value_name }} excute code: {% code_to_execute %}
so, the source code contains heaps of {% %} blocks and HTML tags.
I tired to use some online JS beautifier site, but they are not doing a good job to format codes into nice clean blocks. I also tried to use sublime's own Reindent, it doesn't help either.
I'm just wondering, if there are any tools exist to format underscore codes efficiently.