{ "HTML5 boilerplate": { "prefix": "html5", "body": [ "", "", "", " ", " ", " $2", "", "", " $3", "", "" ], "description": "HTML5 boilerplate" }, "Div with class": { "prefix": "div", "body": [ "
", " $2", "
" ], "description": "Div with class" }, "Div with id": { "prefix": "divid", "body": [ "
", " $2", "
" ], "description": "Div with id" }, "Link": { "prefix": "a", "body": ["$2"], "description": "Link" }, "Image": { "prefix": "img", "body": ["\"$2\""], "description": "Image" }, "Button": { "prefix": "btn", "body": [""], "description": "Button" }, "Input": { "prefix": "input", "body": [""], "description": "Input" }, "Form": { "prefix": "form", "body": [ "
", " $3", "
" ], "description": "Form" }, "Unordered list": { "prefix": "ul", "body": [ "" ], "description": "Unordered list" }, "Ordered list": { "prefix": "ol", "body": [ "
    ", "
  1. $1
  2. ", "
" ], "description": "Ordered list" }, "List item": { "prefix": "li", "body": ["
  • $1
  • "], "description": "List item" }, "Table": { "prefix": "table", "body": [ "", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", "
    $1
    $2
    " ], "description": "Table" }, "Paragraph": { "prefix": "p", "body": ["

    $1

    "], "description": "Paragraph" }, "Heading 1": { "prefix": "h1", "body": ["

    $1

    "], "description": "Heading 1" }, "Heading 2": { "prefix": "h2", "body": ["

    $1

    "], "description": "Heading 2" }, "Heading 3": { "prefix": "h3", "body": ["

    $1

    "], "description": "Heading 3" }, "Span": { "prefix": "span", "body": ["$2"], "description": "Span" }, "Section": { "prefix": "section", "body": [ "
    ", " $1", "
    " ], "description": "Section" }, "Article": { "prefix": "article", "body": [ "
    ", " $1", "
    " ], "description": "Article" }, "Header": { "prefix": "header", "body": [ "
    ", " $1", "
    " ], "description": "Header" }, "Footer": { "prefix": "footer", "body": [ "" ], "description": "Footer" }, "Nav": { "prefix": "nav", "body": [ "" ], "description": "Navigation" } }