mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
removed pesky ^M from files, should fix issue 145
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <li>...</li>
|
||||
# --
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <li>...</li>
|
||||
# --
|
||||
<li>$1</li>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ol>...</ol>
|
||||
# --
|
||||
<ol>
|
||||
$0
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ol>...</ol>
|
||||
# --
|
||||
<ol>
|
||||
$0
|
||||
</ol>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ol id="...">...</ol>
|
||||
# --
|
||||
<ol id="$1">
|
||||
$0
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ol id="...">...</ol>
|
||||
# --
|
||||
<ol id="$1">
|
||||
$0
|
||||
</ol>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ul>...</ul>
|
||||
# --
|
||||
<ul>
|
||||
$0
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ul>...</ul>
|
||||
# --
|
||||
<ul>
|
||||
$0
|
||||
</ul>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ul id="...">...</ul>
|
||||
# --
|
||||
<ul id="$1">
|
||||
$0
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ul id="...">...</ul>
|
||||
# --
|
||||
<ul id="$1">
|
||||
$0
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user