My second issue is in an HTML file trying to comment out a javascript include in script tags causes a // comment too. Now that makes a small bit more sense as I bet sublime is recognizing the open/close script tags. But even still I'd love to quickly toggle a comment like this:
- Code: Select all
<script src="http://debug.phonegap.com/target/target-script-min.js#cem"></script>
Without it coming out like this:
- Code: Select all
// <script src="http://debug.phonegap.com/target/target-script-min.js#cem"></script>