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

Tries to close <!doctype> #19

Closed MarcPorciuncula closed 8 years ago

MarcPorciuncula commented 9 years ago

Less than slash attempts to close <!doctype html> declarations, but the resultant </!doctype> isn't required in html.

This should be a super easy fix, we could just add it to the default closing tags list. I'll probably do it tomorrow.