removing directives from some classic snippets

This commit is contained in:
capitaomorte
2009-12-25 17:45:46 +00:00
parent 5cc5037cee
commit 546237f7de
70 changed files with 67 additions and 136 deletions

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h1>...</h1>
#group : header
# --
<h1>$1</h1>
<h1>$1</h1>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h2>...</h2>
#group : header
# --
<h2>$1</h2>
<h2>$1</h2>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h3>...</h3>
#group : header
# --
<h3>$1</h3>
<h3>$1</h3>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h4>...</h4>
#group : header
# --
<h4>$1</h4>
<h4>$1</h4>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h5>...</h5>
#group : header
# --
<h5>$1</h5>
<h5>$1</h5>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h6>...</h6>
#group : header
# --
<h6>$1</h6>
<h6>$1</h6>

View File

@@ -1,5 +1,4 @@
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
#name : <dd> ... </dd>
#group : list
# --
<dd>$1</dd>
<dd>$1</dd>

View File

@@ -1,6 +1,5 @@
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
#name : <dl> ... </dl>
#group : list
# --
<dl>
$0

View File

@@ -1,7 +1,6 @@
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
#name : <dl> ... </dl>
#group : list
# --
<dl id="$1">
$0
</dl>
</dl>

View File

@@ -1,5 +1,4 @@
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
#name : <dt> ... </dt>
#group : list
# --
<dt>$1</dt>
<dt>$1</dt>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <li>...</li>
#group : list
# --
<li>$1</li>
<li>$1</li>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <li class="...">...</li>
#group : list
# --
<li class="$1">$2</li>
<li class="$1">$2</li>

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ol>...</ol>
#group : list
# --
<ol>
$0
</ol>
</ol>

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ol class="...">...</ol>
#group : list
# --
<ol class="$1">
$0
</ol>
</ol>

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ol id="...">...</ol>
#group : list
# --
<ol id="$1">
$0
</ol>
</ol>

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ul>...</ul>
#group : list
# --
<ul>
$0
</ul>
</ul>

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ul class="...">...</ul>
#group : list
# --
<ul class="$1">
$0
</ul>
</ul>

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ul id="...">...</ul>
#group : list
# --
<ul id="$1">
$0
</ul>
</ul>

View File

@@ -1,4 +1,3 @@
#name : Doctype HTML 4.01 Strict
#group : meta
# --
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

View File

@@ -1,4 +1,3 @@
#name : DocType XHTML 1.0 frameset
#group : meta
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

View File

@@ -1,4 +1,3 @@
#name : DocType XHTML 1.1
#group : meta
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

View File

@@ -1,4 +1,3 @@
#name : DocType XHTML 1.0 Strict
#group : meta
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

View File

@@ -1,4 +1,3 @@
#name : DocType XHTML 1.0 Transitional
#group : meta
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#group : meta
#name : <meta name="..." content="..." />
# --
<meta name="${1:generator}" content="${2:content}" />
<meta name="${1:generator}" content="${2:content}" />

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta http-equiv="..." content="..." />
#group : meta
# --
<meta name="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
<meta name="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <table ...>...</table>
#group : table
# --
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
$0
</table>
</table>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <td>...</td>
#group : table
# --
<td$1>$2</td>
<td$1>$2</td>

View File

@@ -1,5 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <th>...</th>
#group : table
# --
<th$1>$2</th>
<th$1>$2</th>

View File

@@ -1,7 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <tr>...</tr>
#group : table
# --
<tr>
$0
</tr>
</tr>