Skip to content

Instantly share code, notes, and snippets.

@iledcom
Created December 19, 2016 15:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iledcom/3d92f0a75b90a49afa0b0b23a80f83ce to your computer and use it in GitHub Desktop.
Save iledcom/3d92f0a75b90a49afa0b0b23a80f83ce to your computer and use it in GitHub Desktop.
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",
"operator": "not_equal",
"match_all": true,
"key": "selector"
},
{
"match_all": true,
"key": "selection_empty"
},
{
"operator": "equal",
"operand": false,
"match_all": true,
"key": "has_next_field"
},
{
"operator": "equal",
"operand": false,
"match_all": true,
"key": "setting.disable_tab_abbreviations"
},
{
"operand": false,
"operator": "equal",
"match_all": true,
"key": "auto_complete_visible"
},
{
"match_all": true,
"key": "is_abbreviation"
}
]
},
@moramar
Copy link

moramar commented Dec 23, 2016

thx for bind, it's helps me.

@TheuGIT
Copy link

TheuGIT commented Feb 5, 2018

omg, thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment