{
  "<For></For>": {
    "prefix": "For",
    "body": "<For list=\"${1:list}\" item=\"${2:item}\" ${3:index=\"${4:index}\"}>\n\t$0\n</For>"
  },
  "<If></If>": {
    "prefix": "If",
    "body": "<If cond=\"$1\">$0</If>"
  },
  "<Elif/>": {
    "prefix": "Elif",
    "body": "<Elif cond=\"$1\"/>"
  },
  "<Else/>": {
    "prefix": "Else",
    "body": "<Else />"
  },
  "<Slot></Slot>": {
    "prefix": "Slot",
    "body": "<Slot name=\"${1:slotName}\">$0</Slot>"
  },
  "<Plugin></Plugin>": {
    "prefix": "Plugin",
    "body": "<Plugin slot=\"${1:slotName}\">$0</Plugin>"
  },
  "<ForeignView></ForeignView>": {
    "prefix": "ForeignView",
    "body": "<ForeignView name=\"${1:viewName}\" />"
  }
}