When using Sublime Text 2 with Emmet (formerly Zen Coding) inside the script area (for Mustache.js) we lose fast codes and short abbreviations.
AutoComplete replaces HTML markup with Javascript snippets, which is understandable as we are trying to do HTML markup inside <script id="DataTemplate" type="text/html">.
Do I need to return Zen encoding, for example, fast Emmet codes inside a tag <script>?
source
share