mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 02:14:17 +00:00
Removed final newline from snippet files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#contributor : Xah Lee xahlee.org
|
||||
#name : <b>...</b>
|
||||
# --
|
||||
<b>$0</b>
|
||||
<b>$0</b>
|
||||
@@ -8,4 +8,4 @@ a mirror up here $3
|
||||
</dov>
|
||||
<dov $1>
|
||||
actually some other shit and $3
|
||||
</dov>
|
||||
</dov>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h1>...</h1>
|
||||
# --
|
||||
<h1>$1</h1>
|
||||
<h1>$1</h1>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h2>...</h2>
|
||||
# --
|
||||
<h2>$1</h2>
|
||||
<h2>$1</h2>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h3>...</h3>
|
||||
# --
|
||||
<h3>$1</h3>
|
||||
<h3>$1</h3>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h4>...</h4>
|
||||
# --
|
||||
<h4>$1</h4>
|
||||
<h4>$1</h4>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h5>...</h5>
|
||||
# --
|
||||
<h5>$1</h5>
|
||||
<h5>$1</h5>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <h6>...</h6>
|
||||
# --
|
||||
<h6>$1</h6>
|
||||
<h6>$1</h6>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <hr />
|
||||
# --
|
||||
<hr />
|
||||
<hr />
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<html>
|
||||
$0
|
||||
</html>
|
||||
</html>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
|
||||
$0
|
||||
</html>
|
||||
</html>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Xah Lee xahlee.org
|
||||
#name : <i>...</i>
|
||||
# --
|
||||
<i>$0</i>
|
||||
<i>$0</i>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
#name : <dd> ... </dd>
|
||||
# --
|
||||
<dd>$1</dd>
|
||||
<dd>$1</dd>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<dl>
|
||||
$0
|
||||
</dl>
|
||||
</dl>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<dl id="$1">
|
||||
$0
|
||||
</dl>
|
||||
</dl>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
#name : <dt> ... </dt>
|
||||
# --
|
||||
<dt>$1</dt>
|
||||
<dt>$1</dt>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <li>...</li>
|
||||
# --
|
||||
<li>$1</li>
|
||||
<li>$1</li>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <li class="...">...</li>
|
||||
# --
|
||||
<li class="$1">$2</li>
|
||||
<li class="$1">$2</li>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<ol>
|
||||
$0
|
||||
</ol>
|
||||
</ol>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<ol class="$1">
|
||||
$0
|
||||
</ol>
|
||||
</ol>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<ol id="$1">
|
||||
$0
|
||||
</ol>
|
||||
</ol>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<ul>
|
||||
$0
|
||||
</ul>
|
||||
</ul>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<ul class="$1">
|
||||
$0
|
||||
</ul>
|
||||
</ul>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<ul id="$1">
|
||||
$0
|
||||
</ul>
|
||||
</ul>
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : Doctype HTML 4.01 Strict
|
||||
# --
|
||||
<!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">
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : DocType XHTML 1.0 frameset
|
||||
# --
|
||||
<!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">
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : DocType XHTML 1.1
|
||||
# --
|
||||
<!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">
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : DocType XHTML 1.0 Strict
|
||||
# --
|
||||
<!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">
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : DocType XHTML 1.0 Transitional
|
||||
# --
|
||||
<!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">
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <meta name="..." content="..." />
|
||||
# --
|
||||
<meta name="${1:generator}" content="${2:content}" />
|
||||
<meta name="${1:generator}" content="${2:content}" />
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <meta http-equiv="..." content="..." />
|
||||
# --
|
||||
<meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
|
||||
<meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<blockquote>
|
||||
$0
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
|
||||
$0
|
||||
</table>
|
||||
</table>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <td>...</td>
|
||||
# --
|
||||
<td$1>$2</td>
|
||||
<td$1>$2</td>
|
||||
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <th>...</th>
|
||||
# --
|
||||
<th$1>$2</th>
|
||||
<th$1>$2</th>
|
||||
@@ -3,4 +3,4 @@
|
||||
# --
|
||||
<tr>
|
||||
$0
|
||||
</tr>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user