Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

LightTable/Emmet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

##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"]