Yatoom / emmet-atom-simplified

Emmet support for Atom
MIT License
10 stars 3 forks source link

Update file to work on javascript for ReactJs #3

Closed shakib609 closed 8 years ago

shakib609 commented 8 years ago

ReactJs specific changes

shakib609 commented 8 years ago

@Yatoom In JSX div.some-class should expand to <div className="some-class"></div>. Can you take a look at it please. I don't seem to find the issues option in this repo.

Yatoom commented 8 years ago

@shakib609 Apparently I had to allow issues in the settings, so the issues section is now open. Regarding your question, have you manually downloaded the plugin from this repository? Because I've not yet send the changes to the Atom repository.

shakib609 commented 8 years ago

@Yatoom No I installed it with apm.. I'll install it from this branch now and let you know.