Skip to content

Instantly share code, notes, and snippets.

Created October 14, 2012 13:18
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/3888542 to your computer and use it in GitHub Desktop.
XML.sublime-completions
{
"scope": "text.xml - source - meta.tag, punctuation.definition.tag.begin",
"completions":
[
{ "trigger": "align", "contents": "align>$1</align>" },
{ "trigger": "aligny", "contents": "aligny>$1</aligny>" },
{ "trigger": "animation", "contents": "animation effect=\"${1:(index)|(test)|.*/i}\" time=\"$2\" tween=\"$3\" easing=\"$4\" start=\"$5\" end=\"$6\">$0</animation>" },
{ "trigger": "aspectratio", "contents": "aspectratio>$1</aspectratio>" },
{ "trigger": "button", "contents": "button>$1</button>" },
{ "trigger": "center", "contents": "center>$1</center>" },
{ "trigger": "control", "contents": "control type=\"$1${1/(b$)|(fa$)|(fi$)|(g$)|(i$)|(la$)|(li$)|(mo$)|(mu$)|(pa$)|(pr$)|(ra$)|(re$)|(sc$)|(se$)|(sl$)|(sp$)|(te$)|(to$)|(v$)|(w$)|.*/?1:utton:?2:delabel:?3:xedlist:?4:rouplist:?5:mage:?6:bel:?7:st:?8:ver:?9:ltiimage:?10:nel:?11:ogress:?12:diobutton:?13:size:?14:rollbar:?15:lectbutton:?16:ider:?17:incontrol:?18:xtbox:?19:gglebutton:?20:ideowindow:?21:raplist/i}\" id=\"$2\">$0</control>" },
{ "trigger": "description", "contents": "description>$1</description>" },
{ "trigger": "font", "contents": "font>$1</font>" },
{ "trigger": "form", "contents": "<form action=\"$1\" method=\"${2:Get/Post}${2/(g$)|(p$)|.*/?1:et:?2:ost/i}\">$3</form>" },
{ "trigger": "height", "contents": "height>$1</height>" },
{ "trigger": "info", "contents": "info>$1</info>" },
{ "trigger": "imagepath", "contents": "imagepath>$1</imagepath>" },
{ "trigger": "include", "contents": "include>$1</include>" },
{ "trigger": "includes", "contents": "includes>$1</includes>" },
{ "trigger": "item", "contents": "item id=\"$1\">$0</item>" },
{ "trigger": "label", "contents": "label>$1</label>" },
{ "trigger": "onclick", "contents": "onclick>$1</onclick>" },
{ "trigger": "ondown", "contents": "ondown>$1</ondown>" },
{ "trigger": "onfocus", "contents": "onfocus>$1</onfocus>" },
{ "trigger": "onleft", "contents": "onleft>$1</onleft>" },
{ "trigger": "onright", "contents": "onright>$1</onright>" },
{ "trigger": "onunfocus", "contents": "onunfocus>$1</onunfocus>" },
{ "trigger": "onup", "contents": "onup>$1</onup>" },
{ "trigger": "pagecontrol", "contents": "pagecontrol>$1</pagecontrol>" },
{ "trigger": "posx", "contents": "posx>$1</posx>" },
{ "trigger": "posy", "contents": "posy>$1</posy>" },
{ "trigger": "scrolltime", "contents": "scrolltime>$1</scrolltime>" },
{ "trigger": "textcolor", "contents": "textcolor>$1</textcolor>" },
{ "trigger": "texture", "contents": "texture>$1</texture>" },
{ "trigger": "timeperimage", "contents": "timeperimage>$1</timeperimage>" },
{ "trigger": "visible", "contents": "visible>$1</visible>" },
{ "trigger": "width", "contents": "width>$1</width>" },
{ "trigger": "window", "contents": "window id=\"$1\">$0</window>" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment