hachesilva / subl-comment-snippets

Sublime Text snippets to create fancy PHP, CSS and HTML comments.
145 stars 21 forks source link

HTML section comments #9

Closed adriaanzon closed 9 years ago

adriaanzon commented 9 years ago

HTML section comments look like this right now

<!--=======================================
=            Section comment            =
=======================================-->

<!--=====  End of Section comment  ======-->

they should look like this

<!--========================================
=             Section comment              =
=========================================-->

<!--=====  End of Section comment  ======-->