Add explicit "# key" directive to legacy snippet collection before deprecating filenames-as-triggers

This commit is contained in:
Joao Tavora
2011-10-31 12:32:34 +00:00
parent 1bc5993a44
commit f48317e7c5
402 changed files with 403 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#name : Doctype HTML 4.01 Strict
# key: metadoctype
# --
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

View File

@@ -1,3 +1,4 @@
#name : DocType XHTML 1.0 frameset
# key: metadoctype
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

View File

@@ -1,3 +1,4 @@
#name : DocType XHTML 1.1
# key: metadoctype
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

View File

@@ -1,3 +1,4 @@
#name : DocType XHTML 1.0 Strict
# key: metadoctype
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

View File

@@ -1,3 +1,4 @@
#name : DocType XHTML 1.0 Transitional
# key: metadoctype
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

View File

@@ -1,4 +1,5 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta name="..." content="..." />
# key: metameta
# --
<meta name="${1:generator}" content="${2:content}" />

View File

@@ -1,4 +1,5 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta http-equiv="..." content="..." />
# key: metameta
# --
<meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />