Advertisement
Guest User

Untitled

a guest
Oct 13th, 2012
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.31 KB | None | 0 0
  1. {
  2.     "scope": "text.xml - source - meta.tag, punctuation.definition.tag.begin",
  3.  
  4.     "completions":
  5.     [
  6.         { "trigger": "align", "contents": "align>$1</align>" },
  7.         { "trigger": "aligny", "contents": "aligny>$1</aligny>" },
  8.         { "trigger": "animation", "contents": "animation effect=\"$1\" time=\"$2\" tween=\"$3\" easing=\"$4\" start=\"$5\" end=\"$6\">$0</animation>" },
  9.         { "trigger": "aspectratio", "contents": "aspectratio>$1</aspectratio>" },
  10.         { "trigger": "button", "contents": "button>$1</button>" },
  11.         { "trigger": "center", "contents": "center>$1</center>" },
  12.         { "trigger": "control", "contents": "control type=\"$1\" id=\"$2\">$0</control>" },
  13.         { "trigger": "description", "contents": "description>$1</description>" },
  14.         { "trigger": "font", "contents": "font>$1</font>" },
  15.         { "trigger": "height", "contents": "height>$1</height>" },
  16.         { "trigger": "info", "contents": "info>$1</info>" },
  17.         { "trigger": "imagepath", "contents": "imagepath>$1</imagepath>" },
  18.         { "trigger": "include", "contents": "include>$1</include>" },
  19.         { "trigger": "includes", "contents": "includes>$1</includes>" },
  20.         { "trigger": "item", "contents": "item id=\"$1\">$0</item>" },
  21.         { "trigger": "label", "contents": "label>$1</label>" },
  22.         { "trigger": "onclick", "contents": "onclick>$1</onclick>" },
  23.         { "trigger": "ondown", "contents": "ondown>$1</ondown>" },
  24.         { "trigger": "onfocus", "contents": "onfocus>$1</onfocus>" },
  25.         { "trigger": "onleft", "contents": "onleft>$1</onleft>" },
  26.         { "trigger": "onright", "contents": "onright>$1</onright>" },
  27.         { "trigger": "onunfocus", "contents": "onunfocus>$1</onunfocus>" },
  28.         { "trigger": "onup", "contents": "onup>$1</onup>" },
  29.         { "trigger": "pagecontrol", "contents": "pagecontrol>$1</pagecontrol>" },
  30.         { "trigger": "posx", "contents": "posx>$1</posx>" },
  31.         { "trigger": "posy", "contents": "posy>$1</posy>" },
  32.         { "trigger": "scrolltime", "contents": "scrolltime>$1</scrolltime>" },
  33.         { "trigger": "textcolor", "contents": "textcolor>$1</textcolor>" },
  34.         { "trigger": "texture", "contents": "texture>$1</texture>" },
  35.         { "trigger": "timeperimage", "contents": "timeperimage>$1</timeperimage>" },
  36.         { "trigger": "visible", "contents": "visible>$1</visible>" },
  37.         { "trigger": "width", "contents": "width>$1</width>" },
  38.         { "trigger": "window", "contents": "window id=\"$1\">$0</window>" }
  39.     ]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement