atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

HTML comment highlighting not working inside JS tempate #1663

Open aaronmoodie opened 9 years ago

aaronmoodie commented 9 years ago

HTML comments inside a JS template work when rendered, but highlight incorrectly

<script type="text/template">
    <div class="order">
         <!-- <a href="#" class="show-comments">
            <i class="fa fa-comment"></i>
         </a> -->
         <h3><%= index %></h3>
    </div>
</script>
atg commented 9 years ago

I had never heard of this idiom before. Does it work in other editors?

I think I will file this under "things we can fix after rewritten syntax highlighting"