feat(SublimeText2.WebPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:25 -04:00
parent 590d7a44f9
commit 1e6f643a1b
1026 changed files with 79077 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<snippet>
<content><![CDATA[<!doctype html>]]></content>
<tabTrigger>doctype</tabTrigger>
<scope>source.php,text.html</scope>
<description><!doctype html></description>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<base href="${1:http://example.com/}"${2: target="${3:_blank, _self, _parent, _top}"}>$0]]></content>
<tabTrigger>base</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;base&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[<head>${1:
<meta charset="utf-8">}
<title>$2</title>
</head>$0]]></content>
<tabTrigger>head</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;head&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="alternate" href="${2:http://example.com/feed}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - alternate</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="author" href="${2:http://example.com/contact}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - author</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="icon" href="${2:/favicon.png}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - icon</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="license" href="${2:http://example.com/license}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - license</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="next" href="${2:/page2.php}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - next</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="prefetch" href="${2:/images/chart.png}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - prefetch</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="prev" href="${2:/page1.php}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - prev</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="search" href="${2:/search}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - search</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<link rel="stylesheet" href="${2:/css/style.css}">$0]]></content>
<tabTrigger>link</tabTrigger>
<scope>source.php,text.html</scope>
<description>link - stylesheet</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<meta charset="${1:utf-8}">$0]]></content>
<tabTrigger>char</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;meta&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<meta name="${1:name}" content="${2:content}"${TM_POLYGLOT}>$0]]></content>
<tabTrigger>meta</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;meta name="" content=""&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<style${1:${2: type="text/css"}${3: media="${4:screen}"}}>
$5
</style>$0]]></content>
<tabTrigger>style</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;style&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[
<title>$1</title>$0]]></content>
<tabTrigger>title</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;title&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<del>$1</del>%0]]></content>
<tabTrigger>del</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;del&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<ins>$1</ins>%0]]></content>
<tabTrigger>ins</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;ins&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<area href="$1"${2:${3: alt="$4"${5: target="$6"}${7: rel="$8"}${9: media="$10"}${11: type="$12"}}}>$0]]></content>
<tabTrigger>area</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;area&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,16 @@
<snippet>
<content><![CDATA[<audio${1:${2: autobuffer}${3: autoloop}${4: loop}${5: controls}}>
<source src="${6:/media/audio.oga}"${TM_POLYGLOT}>
<source src="${7:/media/audio.wav}"${TM_POLYGLOT}>
<object type="audio/x-wav" data="${7:/media/audio.wav}" width="${8:290}" height="${9:45}">
<param name="src" value="$7"${TM_POLYGLOT}>
<param name="autoplay" value="${10:false}"${TM_POLYGLOT}>
<param name="autoStart" value="${11:0}"${TM_POLYGLOT}>
${12:<p><a href="$7">${13:Download this audio file.}</a></p>}
</object>
</audio>$0]]></content>
<tabTrigger>audio</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;audio&gt; with legacy object</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<audio src="$1"${2:${3: autobuffer}${4: autoloop}${5: loop}${6: controls}}></audio>$0]]></content>
<tabTrigger>audio</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;audio&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<canvas>
$1
</canvas>$0]]></content>
<tabTrigger>canvas</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;canvas&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<embed src="$1" type="$2">$0</embed>]]></content>
<tabTrigger>embed</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;embed&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<figcaption>$1</figure>$0]]></content>
<tabTrigger>figcaption</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;figcaption&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,11 @@
<snippet>
<content><![CDATA[
<figure>
${1:<figcaption>${2:explanatory caption}</figcaption>}
$3
</figure>$0]]></content>
<tabTrigger>figure</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;figure&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<iframe src="$1"${2: sandbox${3:="${4:allow-same-origin allow-forms allow-scripts}"}}$${5: seamless}></iframe>$0]]></content>
<tabTrigger>iframe</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;iframe&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[
<img src="$1" alt="$2">$0]]></content>
<scope>source.php,text.html</scope>
<tabTrigger>img</tabTrigger>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[
<map name="$1">
$1
</map>$0]]></content>
<tabTrigger>map</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;map&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,12 @@
<snippet>
<content><![CDATA[
<object type="$1" data="$2" width="${3:290}" height="${4:45}">
<param name="src" value="$5">
<param name="autoplay" value="${6:false}">
<param name="autoStart" value="${7:0}">
</object>$0]]></content>
<tabTrigger>object</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;object&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<param name="$1" value="$2">$0]]></content>
<tabTrigger>param</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;param&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<source src="$1"${2:${3: type="$4"}${5: media="$6"}}>$0]]></content>
<tabTrigger>source</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;source&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,17 @@
<snippet>
<content><![CDATA[
<video${1:${2: autobuffer}${3: autoloop}${4: loop}${5: controls}}>
<source src="${6:/media/video.oga}"${TM_POLYGLOT}>
<source src="${7:/media/video.m4v}"${TM_POLYGLOT}>
<object type="video/ogg" data="$6" width="${8:320}" height="${9:240}">
<param name="src" value="$6"${TM_POLYGLOT}>
<param name="autoplay" value="${10:false}"${TM_POLYGLOT}>
<param name="autoStart" value="${11:0}"${TM_POLYGLOT}>
${12:<p><a href="$6">${13:Download this video file.}</a></p>}
</object>
</video>$0]]></content>
<tabTrigger>video</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;video&gt; with legacy object</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<video src="$1"${2:${3: autobuffer}${4: autoloop}${5: loop}${6: controls}${7: poster="${8:/images/video.png}"}}></video>$0]]></content>
<tabTrigger>video</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;video&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<button type="$1">$2</button>$0]]></content>
<tabTrigger>button</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;button&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<datalist>
${1:<option${2: value="$3"}>$4</option>}$5
</datalist>$0]]></content>
<tabTrigger>datalist</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;datalist&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<fieldset>
${1:<legend>${2:title or explanatory caption}</legend>}$3
</fieldset>$0]]></content>
<tabTrigger>fieldset</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;fieldset&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[<form action="${1:${TM_FILENAME/(.*?)\..*/$1_submit/}}" method="${2:get}" accept-charset="utf-8">
$1
${2:<p><input type="submit" value="submit"${TM_POLYGLOT}></p>}
</form>$0]]></content>
<tabTrigger>form</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;form&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:button}" name="$2" value="$3">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - button</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:checkbox}" name="$2" value="$3">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - checkbox</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:color}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - color</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:date}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - date</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:datetime-local}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - datetime-local</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:datetime}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - datetime</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:email}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - email</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:file}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - file</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:hidden}" name="$2" value="$3">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - hidden</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:image}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - image</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:month}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - month</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:number}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - number</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:password}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - password</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:radio}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - radio</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:range}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - range</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:reset}" name="$2" value="$3">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - reset</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:search}" name="$2" value="$3" placeholder="$4"${5: results="${6:5}${5: autosave="${6:some_unique_value}"}>$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - search</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:submit}" name="$2" value="$3">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - submit</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:tel}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - tel</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:text}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - text</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:time}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - time</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:url}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - url</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<input type="${1:week}" name="$2" value="$3" placeholder="$4">$0]]></content>
<tabTrigger>input</tabTrigger>
<scope>source.php,text.html</scope>
<description>input - week</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<keygen keytype="rsa">$1</keygen>%0]]></content>
<tabTrigger>keygen</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;keygen&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<label><input type="${1:text/submit/hidden/button/etc}" name="$2" value="$3"${TM_XHTML}></label>$0]]></content>
<tabTrigger>label</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;label&gt; with &lt;input&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[<label${1: for="$2"}>$3</label>
input$0]]></content>
<tabTrigger>label</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;label&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<legend$>${1:title or explanatory caption}</legend>$0]]></content>
<tabTrigger>legend</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;legend&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<meter${1: value="$2"}${3: min="$4"}${5: low="$6"}${7: high="$8"}${9: max="$10"}${11: optimum="$12"}>$13</meter>$0]]></content>
<tabTrigger>meter</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;meter&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<optgroup>
${1:<option${2: value="$3"}>$4</option>}$5
</optgroup>$0]]></content>
<tabTrigger>optgroup</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;optgroup&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[<option${1: value="$2"}>$3</option>}
option$0]]></content>
<tabTrigger>option</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;option&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<output name="$1">$2</output>$0]]></content>
<tabTrigger>output</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;output&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<progress${1: value="$2"}${3: max="$4"}>$5</progress>$0]]></content>
<tabTrigger>progress</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;progress&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[<select name="$1"${2:${3: multiple}}>
${4:<option${5: value="$6"}>$7</option>}$8
option$9
</select>$0]]></content>
<tabTrigger>select</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;select&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<textarea name="$1">$2</textarea>$0]]></content>
<tabTrigger>textarea</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;textarea&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<blockquote${1: cite="${2:http://example.com/facts}"}>
<p>$3</p>
</blockquote>$0]]></content>
<tabTrigger>blockquote</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;blockquote&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<dd>$1</dd>$0]]></content>
<tabTrigger>dd</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;dd&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[<div$1>
$2
</div>$0]]></content>
<tabTrigger>div</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;div&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[<dl>
<dt>$1</dt>
<dd>$2</dd>
</dl>$0]]></content>
<tabTrigger>dl</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;dl&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<dt>$1</dt>$0]]></content>
<tabTrigger>dt</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;dt&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<hr>$0]]></content>
<tabTrigger>hr</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;hr&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<li>$1</li>$0]]></content>
<tabTrigger>li</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;li&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<ol$1>
<li>$2</li>$3
</ol>$0]]></content>
<tabTrigger>ol</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;ol&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<pre>
$1
</pre>$0]]></content>
<tabTrigger>pre</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;pre&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<ul$1>
<li>$2</li>$3
</ul>$0]]></content>
<tabTrigger>ul</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;ul&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<command type="${1:command chekbox radio}" label="${2:Use Command}" title="${3:Use Command does stuff}" icon="${4:/icons/command.png}">$0]]></content>
<tabTrigger>command</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;command&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[<details>
<summary>${1:title or explanatory caption}</summary>
$2
</details>$0]]></content>
<tabTrigger>details</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;details&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<menu type="${1:context toolbar}">
${2:<li>$3</li>}
</menu>$0]]></content>
<tabTrigger>menu</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;menu&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<summary>$1</summary>$0]]></content>
<tabTrigger>summary</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;summary&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<address>
$1
</address>$0]]></content>
<tabTrigger>address</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;address&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<article$1>
$2
</article>$0]]></content>
<tabTrigger>article</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;article&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<aside>
$1
</aside>$0]]></content>
<tabTrigger>aside</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;aside&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<body>
$0
</body>]]></content>
<tabTrigger>body</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;body&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[
<footer>
$1
</footer>$0]]></content>
<tabTrigger>footer</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;footer&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[
<header${1:${2: id="${3:header}"} ${4:class="$5"}}>
$6
</header><!-- /$3 -->$0]]></content>
<tabTrigger>header</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;header&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,11 @@
<snippet>
<content><![CDATA[
<hgroup>
h$1
h$2
</hgroup>$0]]></content>
<tabTrigger>hgroup</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;hgroup&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[
<nav>
ul$1
</nav>$0]]></content>
<tabTrigger>nav</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;nav&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<section$1>
$2
</section>$0]]></content>
<tabTrigger>section</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;section&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<caption>$1</caption>$0]]></content>
<tabTrigger>caption</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;caption&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<col${1: span="$2"}>$0]]></content>
<tabTrigger>col</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;col&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<colgroup>$1</colgroup>$0]]></content>
<tabTrigger>colgroup</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;colgroup&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,19 @@
<snippet>
<content><![CDATA[<table>${1:
<caption>${2:table title and/or explanatory text}</caption>}
${3:<thead>
<tr>
${4:<th>${5:header}</th>}
</tr>
</thead>
<tbody>
<tr>
${6:<td>${7:data}</td>}
</tr>
</tbody>}
</table>$0]]></content>
<tabTrigger>table</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;table&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[<tbody>${1:
<tr>$2</tr>
}</tbody>$0]]></content>
<tabTrigger>tbody</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;tbody&gt;</description>
<scope>text.html</scope>
</snippet>

View File

@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[<td${1:${2: colspan="$3"}${4: rowspan="$5"}${6: headers="$7"}}>$8</td>$0]]></content>
<tabTrigger>td</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;td&gt;</description>
<scope>text.html</scope>
</snippet>

Some files were not shown because too many files have changed in this diff Show More