restored yasnippet
This commit is contained in:
parent
ac01f235cc
commit
103dbcd8d0
573 changed files with 71124 additions and 0 deletions
5
vendor/yasnippet/snippets/html-mode/list/dd
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/list/dd
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
# name: <dd> ... </dd>
|
||||
# key: dd
|
||||
# --
|
||||
<dd>$1</dd>
|
7
vendor/yasnippet/snippets/html-mode/list/dl
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/dl
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
# name: <dl> ... </dl>
|
||||
# key: dl
|
||||
# --
|
||||
<dl>
|
||||
$0
|
||||
</dl>
|
7
vendor/yasnippet/snippets/html-mode/list/dl.id
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/dl.id
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
# name: <dl> ... </dl>
|
||||
# key: dl
|
||||
# --
|
||||
<dl id="$1">
|
||||
$0
|
||||
</dl>
|
5
vendor/yasnippet/snippets/html-mode/list/dt
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/list/dt
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Rodrigo Setti <rodrigosetti@gmail.com>
|
||||
# name: <dt> ... </dt>
|
||||
# key: dt
|
||||
# --
|
||||
<dt>$1</dt>
|
5
vendor/yasnippet/snippets/html-mode/list/li
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/list/li
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <li>...</li>
|
||||
# key: li
|
||||
# --
|
||||
<li>$1</li>
|
5
vendor/yasnippet/snippets/html-mode/list/li.class
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/list/li.class
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <li class="...">...</li>
|
||||
# key: li
|
||||
# --
|
||||
<li class="$1">$2</li>
|
7
vendor/yasnippet/snippets/html-mode/list/ol
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/ol
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <ol>...</ol>
|
||||
# key: ol
|
||||
# --
|
||||
<ol>
|
||||
$0
|
||||
</ol>
|
7
vendor/yasnippet/snippets/html-mode/list/ol.class
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/ol.class
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <ol class="...">...</ol>
|
||||
# key: ol
|
||||
# --
|
||||
<ol class="$1">
|
||||
$0
|
||||
</ol>
|
7
vendor/yasnippet/snippets/html-mode/list/ol.id
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/ol.id
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <ol id="...">...</ol>
|
||||
# key: ol
|
||||
# --
|
||||
<ol id="$1">
|
||||
$0
|
||||
</ol>
|
7
vendor/yasnippet/snippets/html-mode/list/ul
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/ul
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <ul>...</ul>
|
||||
# key: ul
|
||||
# --
|
||||
<ul>
|
||||
$0
|
||||
</ul>
|
7
vendor/yasnippet/snippets/html-mode/list/ul.class
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/ul.class
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <ul class="...">...</ul>
|
||||
# key: ul
|
||||
# --
|
||||
<ul class="$1">
|
||||
$0
|
||||
</ul>
|
7
vendor/yasnippet/snippets/html-mode/list/ul.id
vendored
Normal file
7
vendor/yasnippet/snippets/html-mode/list/ul.id
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <ul id="...">...</ul>
|
||||
# key: ul
|
||||
# --
|
||||
<ul id="$1">
|
||||
$0
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue