- Support Laravel Blade and Nunjucks syntaxes for auto abbreviations
- Emmet now handles CSS abbreviations inside
style="..."
attributes. - Minor fixes in CSS abbreviations.
- Greatly improved CSS abbreviation capturing: it should properly work for preprocessors like SCSS and LESS and provide better completions when full property name is entered.
- Abbreviation capturing now works in PHP and HTML+ERB syntaxes.
Emmet now acts as autocomplete provider: when you start typing abbreviation in know syntaxes (like HTML, CSS etc.) abbreviation will be tracked and autocomplete popup with abbreviation preview is displayed. Now you can use Tab key to expand Emmet abbreviation as a completion.
See README for more info.
Initial release with upcoming Emmet 2.