mrhanlon / less-than-slash

Atom.io package for closing open tags when `</` is typed, like in Sublime Text 3.
MIT License
23 stars 6 forks source link

<!-- Comments causing </!-- #39

Closed ChrisSavoie closed 8 years ago

ChrisSavoie commented 8 years ago

HTML comments within an open tag will trigger less-than-slash to attempt to close the tag with a broken closing tag. See example:

<div>
    <!-- TODO: Fix a bug -->
</!--
MarcPorciuncula commented 8 years ago

Fixed on https://github.com/mrhanlon/less-than-slash/pull/40. Just need a merge and publish @mrhanlon.