Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.36 KB

File metadata and controls

31 lines (19 loc) · 1.36 KB

2.2.0

  • Expand abbreviations from multiple cursors.

2.1.0

  • Introduce known_snippets_only option, which is enabled by default for HTML syntaxes. It allows to expand a single-word abbreviation only if it’s a known HTML tag, Emmet snippet or common component pattern.
  • Improved unmatched CSS abbreviations handling: emmetio#45

2.0.0

Final release of Emmet.

v0.2.4

  • Support TSX syntax.
  • Minor tweaks and improvements in abbreviation activation scopes.

v0.2.1

  • Improved typing experience: detect unwanted abbreviations in some common cases.
  • Improved error snippet for invalid abbreviation
  • Disabled Emmet commenting by default

v0.2.0

  • Complete rewrite of abbreviation tracker (detect abbreviation as-you-type). It should be less annoying: display expanded preview only if abbreviation contains more than one element.
  • Explicit Abbreviation Mode: run Emmet: Enter Abbreviation Mode to enter explicit abbreviation typing mode. Run this action in any syntax to enter abbreviation with real-time preview and validation. Hit Enter or Tab to expand abbreviation, Esc to clear entered abbreviation and exit mode.
  • Moved preferences from Preferences.sublime-settings (global to Sublime Text) into Emmet.sublime-settings file.
  • Syntax highlighting of HTML abbreviation preview.