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:
5
snippets/nxml-mode/meta/doctype
Normal file
5
snippets/nxml-mode/meta/doctype
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||
#name : DocType XHTML 1.1
|
||||
#group : meta
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
5
snippets/nxml-mode/meta/doctype.xhtml1_strict
Normal file
5
snippets/nxml-mode/meta/doctype.xhtml1_strict
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||
#name : DocType XHTML 1.0 Strict
|
||||
#group : meta
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
5
snippets/nxml-mode/meta/doctype.xhtml1_transitional
Normal file
5
snippets/nxml-mode/meta/doctype.xhtml1_transitional
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||
#name : DocType XHTML 1.0 Transitional
|
||||
#group : meta
|
||||
# --
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
5
snippets/nxml-mode/meta/meta
Normal file
5
snippets/nxml-mode/meta/meta
Normal file
@@ -0,0 +1,5 @@
|
||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||
#name : <meta name="..." content="..." />
|
||||
#group : meta
|
||||
# --
|
||||
<meta name="${1:generator}" content="${2:content}" />
|
||||
Reference in New Issue
Block a user