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

fixes #32 Prevent xmlparser from capturing leading tag openings `<` #33

Closed MarcPorciuncula closed 8 years ago

MarcPorciuncula commented 8 years ago

Prevents silly things from happening when you use a lot of <s. eg. <<<hi></ -> <<<hi></<<hi>

Thanks to @stijnsanders for picking up on this.

Closes https://github.com/mrhanlon/less-than-slash/pull/32