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

add support for curly brace property values #12

Closed MarcPorciuncula closed 9 years ago

MarcPorciuncula commented 9 years ago

Add support for curly braces denoting property values such as those seen in JSX, eg:

<input type="text" disabled={false} />
MarcPorciuncula commented 9 years ago

I have no idea why my changes broke like all of the tests...

mrhanlon commented 9 years ago

There was a deprecation in the spec file. The tests should pass now.