mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
removed pesky ^M from files, should fix issue 145
This commit is contained in:
parent
2199257e24
commit
9cdcd3e218
@ -1,4 +1,4 @@
|
|||||||
#contributor : Xah Lee xahlee.org
|
#contributor : Xah Lee xahlee.org
|
||||||
#name : <b>...</b>
|
#name : <b>...</b>
|
||||||
# --
|
# --
|
||||||
<b>$0</b>
|
<b>$0</b>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <h1>...</h1>
|
#name : <h1>...</h1>
|
||||||
# --
|
# --
|
||||||
<h1>$1</h1>
|
<h1>$1</h1>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <h2>...</h2>
|
#name : <h2>...</h2>
|
||||||
# --
|
# --
|
||||||
<h2>$1</h2>
|
<h2>$1</h2>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <h3>...</h3>
|
#name : <h3>...</h3>
|
||||||
# --
|
# --
|
||||||
<h3>$1</h3>
|
<h3>$1</h3>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <h4>...</h4>
|
#name : <h4>...</h4>
|
||||||
# --
|
# --
|
||||||
<h4>$1</h4>
|
<h4>$1</h4>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <h5>...</h5>
|
#name : <h5>...</h5>
|
||||||
# --
|
# --
|
||||||
<h5>$1</h5>
|
<h5>$1</h5>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <h6>...</h6>
|
#name : <h6>...</h6>
|
||||||
# --
|
# --
|
||||||
<h6>$1</h6>
|
<h6>$1</h6>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Xah Lee xahlee.org
|
#contributor : Xah Lee xahlee.org
|
||||||
#name : <i>...</i>
|
#name : <i>...</i>
|
||||||
# --
|
# --
|
||||||
<i>$0</i>
|
<i>$0</i>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <li>...</li>
|
#name : <li>...</li>
|
||||||
# --
|
# --
|
||||||
<li>$1</li>
|
<li>$1</li>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <ol>...</ol>
|
#name : <ol>...</ol>
|
||||||
# --
|
# --
|
||||||
<ol>
|
<ol>
|
||||||
$0
|
$0
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <ol id="...">...</ol>
|
#name : <ol id="...">...</ol>
|
||||||
# --
|
# --
|
||||||
<ol id="$1">
|
<ol id="$1">
|
||||||
$0
|
$0
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <ul>...</ul>
|
#name : <ul>...</ul>
|
||||||
# --
|
# --
|
||||||
<ul>
|
<ul>
|
||||||
$0
|
$0
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <ul id="...">...</ul>
|
#name : <ul id="...">...</ul>
|
||||||
# --
|
# --
|
||||||
<ul id="$1">
|
<ul id="$1">
|
||||||
$0
|
$0
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <meta name="..." content="..." />
|
#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>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <meta http-equiv="..." content="..." />
|
#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}" />
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <table ...>...</table>
|
#name : <table ...>...</table>
|
||||||
# --
|
# --
|
||||||
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
|
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
|
||||||
$0
|
$0
|
||||||
</table>
|
</table>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <td>...</td>
|
#name : <td>...</td>
|
||||||
# --
|
# --
|
||||||
<td$1>$2</td>
|
<td$1>$2</td>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <th>...</th>
|
#name : <th>...</th>
|
||||||
# --
|
# --
|
||||||
<th$1>$2</th>
|
<th$1>$2</th>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||||
#name : <tr>...</tr>
|
#name : <tr>...</tr>
|
||||||
# --
|
# --
|
||||||
<tr>
|
<tr>
|
||||||
$0
|
$0
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||||
#name : <h1>...</h1>
|
#name : <h1>...</h1>
|
||||||
# --
|
# --
|
||||||
<h1>$1</h1>
|
<h1>$1</h1>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||||
#name : <h2>...</h2>
|
#name : <h2>...</h2>
|
||||||
# --
|
# --
|
||||||
<h2>$1</h2>
|
<h2>$1</h2>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||||
#name : <h3>...</h3>
|
#name : <h3>...</h3>
|
||||||
# --
|
# --
|
||||||
<h3>$1</h3>
|
<h3>$1</h3>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||||
#name : <h4>...</h4>
|
#name : <h4>...</h4>
|
||||||
# --
|
# --
|
||||||
<h4>$1</h4>
|
<h4>$1</h4>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||||
#name : <h5>...</h5>
|
#name : <h5>...</h5>
|
||||||
# --
|
# --
|
||||||
<h5>$1</h5>
|
<h5>$1</h5>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||||
#name : <h6>...</h6>
|
#name : <h6>...</h6>
|
||||||
# --
|
# --
|
||||||
<h6>$1</h6>
|
<h6>$1</h6>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user