mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
restructuring classic snippets dir to conform to new parenting specs
This commit is contained in:
5
snippets/html-mode/list/dd
Normal file
5
snippets/html-mode/list/dd
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
#name : <dd> ... </dd>
|
||||
#group : list
|
||||
# --
|
||||
<dd>$1</dd>
|
||||
7
snippets/html-mode/list/dl
Normal file
7
snippets/html-mode/list/dl
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
#name : <dl> ... </dl>
|
||||
#group : list
|
||||
# --
|
||||
<dl>
|
||||
$0
|
||||
</dl>
|
||||
7
snippets/html-mode/list/dl.id
Normal file
7
snippets/html-mode/list/dl.id
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
#name : <dl> ... </dl>
|
||||
#group : list
|
||||
# --
|
||||
<dl id="$1">
|
||||
$0
|
||||
</dl>
|
||||
5
snippets/html-mode/list/dt
Normal file
5
snippets/html-mode/list/dt
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
#name : <dt> ... </dt>
|
||||
#group : list
|
||||
# --
|
||||
<dt>$1</dt>
|
||||
5
snippets/html-mode/list/li
Normal file
5
snippets/html-mode/list/li
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <li>...</li>
|
||||
#group : list
|
||||
# --
|
||||
<li>$1</li>
|
||||
5
snippets/html-mode/list/li.class
Normal file
5
snippets/html-mode/list/li.class
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <li class="...">...</li>
|
||||
#group : list
|
||||
# --
|
||||
<li class="$1">$2</li>
|
||||
7
snippets/html-mode/list/ol
Normal file
7
snippets/html-mode/list/ol
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ol>...</ol>
|
||||
#group : list
|
||||
# --
|
||||
<ol>
|
||||
$0
|
||||
</ol>
|
||||
7
snippets/html-mode/list/ol.class
Normal file
7
snippets/html-mode/list/ol.class
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ol class="...">...</ol>
|
||||
#group : list
|
||||
# --
|
||||
<ol class="$1">
|
||||
$0
|
||||
</ol>
|
||||
7
snippets/html-mode/list/ol.id
Normal file
7
snippets/html-mode/list/ol.id
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ol id="...">...</ol>
|
||||
#group : list
|
||||
# --
|
||||
<ol id="$1">
|
||||
$0
|
||||
</ol>
|
||||
7
snippets/html-mode/list/ul
Normal file
7
snippets/html-mode/list/ul
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ul>...</ul>
|
||||
#group : list
|
||||
# --
|
||||
<ul>
|
||||
$0
|
||||
</ul>
|
||||
7
snippets/html-mode/list/ul.class
Normal file
7
snippets/html-mode/list/ul.class
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ul class="...">...</ul>
|
||||
#group : list
|
||||
# --
|
||||
<ul class="$1">
|
||||
$0
|
||||
</ul>
|
||||
7
snippets/html-mode/list/ul.id
Normal file
7
snippets/html-mode/list/ul.id
Normal file
@@ -0,0 +1,7 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <ul id="...">...</ul>
|
||||
#group : list
|
||||
# --
|
||||
<ul id="$1">
|
||||
$0
|
||||
</ul>
|
||||
Reference in New Issue
Block a user