restored yasnippet
This commit is contained in:
parent
ac01f235cc
commit
103dbcd8d0
573 changed files with 71124 additions and 0 deletions
4
vendor/yasnippet/snippets/html-mode/meta/doctype
vendored
Normal file
4
vendor/yasnippet/snippets/html-mode/meta/doctype
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# name: Doctype HTML 4.01 Strict
|
||||
# key: doctype
|
||||
# --
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhml1
vendored
Normal file
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhml1
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# name: DocType XHTML 1.0 frameset
|
||||
# key: doctype
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhtml1_1
vendored
Normal file
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhtml1_1
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# 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">
|
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhtml1_strict
vendored
Normal file
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhtml1_strict
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# 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">
|
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhtml1_transitional
vendored
Normal file
4
vendor/yasnippet/snippets/html-mode/meta/doctype.xhtml1_transitional
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# 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/html-mode/meta/meta
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/meta/meta
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <meta name="..." content="..." />
|
||||
# key: meta
|
||||
# --
|
||||
<meta name="${1:generator}" content="${2:content}" />
|
5
vendor/yasnippet/snippets/html-mode/meta/meta.http-equiv
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/meta/meta.http-equiv
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <meta http-equiv="..." content="..." />
|
||||
# key: meta
|
||||
# --
|
||||
<meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
|
Loading…
Add table
Add a link
Reference in a new issue