Emmet icon indicating copy to clipboard operation
Emmet copied to clipboard

http://emmet.io/ plugin for Light Table ⛺

##Emmet.io plugin for Light Table

A simple integration of Emmet.

Usage

This plugin implements a number of Emmet actions. For example, in an html page if you type ul>li and press TAB, it will get expanded to <ul><li></li></ul>. See emmet.keymap for other actions that have keybindings

Note that this plugin overrides TAB to expand an emmet abbreviation. If you don't want that and would rather rely on just pmeta-e, remove the keybinding in your user.keymap with:

[:editor.keys.normal.emmet "-tab" :editor.codemirror.command "emmet.expand_abbreviation_with_tab"]