Skip to content

Instantly share code, notes, and snippets.

@iledcom
iledcom / expand abbreviation by tab
Created December 19, 2016 15:28
Emmet for sublimetext 3 ul>li
{ "keys": ["tab"], "command": "expand_abbreviation_by_tab", "context":
[
{
"operand": "source.css, source.sass, source.less, source.scss, source.stylus, source.postcss, source.jade, text.jade, text.slim, text.xml, text.html - source, text.haml, text.scala.html, source string",
"operator": "equal",
"match_all": true,
"key": "selector"
},
{
"operand": "storage.type.templatetag.django",