I have been working a lot with knockout patterns lately and I use Sublime for this. one thing i noticed is that when using a template that needs to be defined in a block like this:
<script type="text/html"></script>
it treats the content as Javascript, which means that I am missing a lot of the HTML tools that I installed. I would like it to treat this content as HTML instead of Javascript; are there any settings i could use for this?
source share