mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 18:34:17 +00:00
restructuring classic snippets dir to conform to new parenting specs
This commit is contained in:
3
snippets/html-mode/meta/doctype
Normal file
3
snippets/html-mode/meta/doctype
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : Doctype HTML 4.01 Strict
|
||||
# --
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
3
snippets/html-mode/meta/doctype.xhml1
Normal file
3
snippets/html-mode/meta/doctype.xhml1
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : DocType XHTML 1.0 frameset
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
3
snippets/html-mode/meta/doctype.xhtml1_1
Normal file
3
snippets/html-mode/meta/doctype.xhtml1_1
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : DocType XHTML 1.1
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
3
snippets/html-mode/meta/doctype.xhtml1_strict
Normal file
3
snippets/html-mode/meta/doctype.xhtml1_strict
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : DocType XHTML 1.0 Strict
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
3
snippets/html-mode/meta/doctype.xhtml1_transitional
Normal file
3
snippets/html-mode/meta/doctype.xhtml1_transitional
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : DocType XHTML 1.0 Transitional
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
4
snippets/html-mode/meta/meta
Normal file
4
snippets/html-mode/meta/meta
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <meta name="..." content="..." />
|
||||
# --
|
||||
<meta name="${1:generator}" content="${2:content}" />
|
||||
4
snippets/html-mode/meta/meta.http-equiv
Normal file
4
snippets/html-mode/meta/meta.http-equiv
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
||||
#name : <meta http-equiv="..." content="..." />
|
||||
# --
|
||||
<meta name="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
|
||||
Reference in New Issue
Block a user