emmetio / brackets-emmet

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

Variables and new lines do not work with new version #142

Closed sveltosss closed 3 years ago

sveltosss commented 3 years ago

Hi.

I'm trying to convert my old snippets to the new format but some basic staff does not work anymore.

I need to access variables and insert new lines like the example shown here with the "for" abbreviation.

https://docs.emmet.io/customization/snippets/

"for": "for (var ${class} = 0; i < ${id}.length; ${class}++) {\n\t|}"

This does not work with emmet.

sveltosss commented 3 years ago

Moved it to correct editor support

https://github.com/emmetio/sublime-text-plugin/issues/136