emmetio / brackets-emmet

Emmet plugin for Brackets editor
http://emmet.io
MIT License
489 stars 188 forks source link

Add loops support #121

Closed kormanowsky closed 6 years ago

kormanowsky commented 7 years ago

Add AngularJS-styled loops to Emmet. For example #section-$ in (about, blog, contacts) will create <div id="section-about"></div><div id="section-blog"></div><div id="section-contacts"></div>

kormanowsky commented 6 years ago

No answers have been received yet so I've closed this issue.