restored yasnippet
This commit is contained in:
parent
ac01f235cc
commit
103dbcd8d0
573 changed files with 71124 additions and 0 deletions
0
vendor/yasnippet/snippets/nxml-mode/.yas-make-groups
vendored
Normal file
0
vendor/yasnippet/snippets/nxml-mode/.yas-make-groups
vendored
Normal file
1
vendor/yasnippet/snippets/nxml-mode/.yas-parents
vendored
Normal file
1
vendor/yasnippet/snippets/nxml-mode/.yas-parents
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
text-mode
|
7
vendor/yasnippet/snippets/nxml-mode/body
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/body
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <body>...</body>
|
||||
# key: body
|
||||
# --
|
||||
<body$1>
|
||||
$0
|
||||
</body>
|
5
vendor/yasnippet/snippets/nxml-mode/br
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/br
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <br />
|
||||
# key: br
|
||||
# --
|
||||
<br />
|
7
vendor/yasnippet/snippets/nxml-mode/code
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/code
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <code>...</code>
|
||||
# key: code
|
||||
# --
|
||||
<code>
|
||||
$0
|
||||
</code>
|
5
vendor/yasnippet/snippets/nxml-mode/div
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/div
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <div...>...</div>
|
||||
# key: div
|
||||
# --
|
||||
<div$1>$0</div>
|
7
vendor/yasnippet/snippets/nxml-mode/form
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/form
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
#name :<form method="..." action="..."></form>
|
||||
# key: form
|
||||
# --
|
||||
<form method="$1" action="$2">
|
||||
$0
|
||||
</form>
|
7
vendor/yasnippet/snippets/nxml-mode/head
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/head
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <head>...</head>
|
||||
# key: head
|
||||
# --
|
||||
<head>
|
||||
$0
|
||||
</head>
|
5
vendor/yasnippet/snippets/nxml-mode/header/h1
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/header/h1
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <h1>...</h1>
|
||||
# key: h1
|
||||
# --
|
||||
<h1>$1</h1>
|
5
vendor/yasnippet/snippets/nxml-mode/header/h2
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/header/h2
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <h2>...</h2>
|
||||
# key: h2
|
||||
# --
|
||||
<h2>$1</h2>
|
5
vendor/yasnippet/snippets/nxml-mode/header/h3
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/header/h3
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <h3>...</h3>
|
||||
# key: h3
|
||||
# --
|
||||
<h3>$1</h3>
|
5
vendor/yasnippet/snippets/nxml-mode/header/h4
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/header/h4
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <h4>...</h4>
|
||||
# key: h4
|
||||
# --
|
||||
<h4>$1</h4>
|
5
vendor/yasnippet/snippets/nxml-mode/header/h5
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/header/h5
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <h5>...</h5>
|
||||
# key: h5
|
||||
# --
|
||||
<h5>$1</h5>
|
5
vendor/yasnippet/snippets/nxml-mode/header/h6
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/header/h6
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <h6>...</h6>
|
||||
# key: h6
|
||||
# --
|
||||
<h6>$1</h6>
|
5
vendor/yasnippet/snippets/nxml-mode/hr
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/hr
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <hr />
|
||||
# key: hr
|
||||
# --
|
||||
<hr />
|
5
vendor/yasnippet/snippets/nxml-mode/href
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/href
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <a href="...">...</a>
|
||||
# key: href
|
||||
# --
|
||||
<a href="$1">$2</a>
|
7
vendor/yasnippet/snippets/nxml-mode/html
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/html
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <html xmlns="...">...</html>
|
||||
# key: html
|
||||
# --
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
|
||||
$0
|
||||
</html>
|
5
vendor/yasnippet/snippets/nxml-mode/img
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/img
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <img src="..." alt="..." />
|
||||
# key: img
|
||||
# --
|
||||
<img src="$1" alt="$2" />
|
5
vendor/yasnippet/snippets/nxml-mode/input
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/input
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <input ... />
|
||||
# key: input
|
||||
# --
|
||||
<input type="$1" name="$2" value="$3" />
|
5
vendor/yasnippet/snippets/nxml-mode/li
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/li
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <li>...</li>
|
||||
# key: li
|
||||
# --
|
||||
<li>$1</li>
|
5
vendor/yasnippet/snippets/nxml-mode/link
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/link
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <link stylesheet="..." />
|
||||
# key: link
|
||||
# --
|
||||
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
|
5
vendor/yasnippet/snippets/nxml-mode/meta/doctype
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/meta/doctype
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: DocType XHTML 1.1
|
||||
# key: doctype
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
5
vendor/yasnippet/snippets/nxml-mode/meta/doctype.xhtml1_strict
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/meta/doctype.xhtml1_strict
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: DocType XHTML 1.0 Strict
|
||||
# key: doctype
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
5
vendor/yasnippet/snippets/nxml-mode/meta/doctype.xhtml1_transitional
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/meta/doctype.xhtml1_transitional
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: DocType XHTML 1.0 Transitional
|
||||
# key: doctype
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
vendor/yasnippet/snippets/nxml-mode/meta/meta
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/meta/meta
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <meta name="..." content="..." />
|
||||
# key: meta
|
||||
# --
|
||||
<meta name="${1:generator}" content="${2:content}" />
|
5
vendor/yasnippet/snippets/nxml-mode/name
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/name
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <a name="..."></a>
|
||||
# key: name
|
||||
# --
|
||||
<a name="$1"></a>
|
7
vendor/yasnippet/snippets/nxml-mode/ol
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/ol
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <ol>...</ol>
|
||||
# key: ol
|
||||
# --
|
||||
<ol>
|
||||
$0
|
||||
</ol>
|
5
vendor/yasnippet/snippets/nxml-mode/p
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/p
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <p>...</p>
|
||||
# key: p
|
||||
# --
|
||||
<p>$1</p>
|
7
vendor/yasnippet/snippets/nxml-mode/pre
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/pre
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <pre>...</pre>
|
||||
# key: pre
|
||||
# --
|
||||
<pre>
|
||||
$0
|
||||
</pre>
|
7
vendor/yasnippet/snippets/nxml-mode/quote
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/quote
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <blockquote>...</blockquote>
|
||||
# key: quote
|
||||
# --
|
||||
<blockquote>
|
||||
$1
|
||||
</blockquote>
|
5
vendor/yasnippet/snippets/nxml-mode/span
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/span
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <span>...</span>
|
||||
# key: span
|
||||
# --
|
||||
<span>$1</span>
|
7
vendor/yasnippet/snippets/nxml-mode/style
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/style
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <style type="text/css" media="...">...</style>
|
||||
# key: style
|
||||
# --
|
||||
<style type="text/css" media="${1:screen}">
|
||||
$0
|
||||
</style>
|
7
vendor/yasnippet/snippets/nxml-mode/table
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/table
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <table>...</table>
|
||||
# key: table
|
||||
# --
|
||||
<table>
|
||||
$0
|
||||
</table>
|
5
vendor/yasnippet/snippets/nxml-mode/tag.1l
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/tag.1l
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <tag>...</tag>
|
||||
# key: tag
|
||||
# --
|
||||
<${1:tag}>$2</$1>$0
|
7
vendor/yasnippet/snippets/nxml-mode/tag.2l
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/tag.2l
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <tag> \n...\n</tag>
|
||||
# key: tag
|
||||
# --
|
||||
<${1:tag}>
|
||||
$2
|
||||
</$1>$0
|
5
vendor/yasnippet/snippets/nxml-mode/td
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/td
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <td>...</td>
|
||||
# key: td
|
||||
# --
|
||||
<td$1>$2</td>
|
5
vendor/yasnippet/snippets/nxml-mode/th
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/th
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <th>...</th>
|
||||
# key: th
|
||||
# --
|
||||
<th$1>$2</th>
|
5
vendor/yasnippet/snippets/nxml-mode/title
vendored
Normal file
5
vendor/yasnippet/snippets/nxml-mode/title
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <title>...</title>
|
||||
# key: title
|
||||
# --
|
||||
<title>$1</title>
|
7
vendor/yasnippet/snippets/nxml-mode/tr
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/tr
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <tr>...</tr>
|
||||
# key: tr
|
||||
# --
|
||||
<tr>
|
||||
$0
|
||||
</tr>
|
7
vendor/yasnippet/snippets/nxml-mode/ul
vendored
Normal file
7
vendor/yasnippet/snippets/nxml-mode/ul
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# contributor: Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <ul>...</ul>
|
||||
# key: ul
|
||||
# --
|
||||
<ul>
|
||||
$0
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue