restored yasnippet
This commit is contained in:
parent
ac01f235cc
commit
103dbcd8d0
573 changed files with 71124 additions and 0 deletions
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}" />
|
Loading…
Add table
Add a link
Reference in a new issue