summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype3
-rw-r--r--emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhml13
-rw-r--r--emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_13
-rw-r--r--emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_strict3
-rw-r--r--emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_transitional3
5 files changed, 15 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype
new file mode 100644
index 0000000..91e1109
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype
@@ -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">
diff --git a/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhml1 b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhml1
new file mode 100644
index 0000000..63781f8
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhml1
@@ -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">
diff --git a/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_1 b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_1
new file mode 100644
index 0000000..deaca2f
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_1
@@ -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">
diff --git a/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_strict b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_strict
new file mode 100644
index 0000000..1db1c92
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_strict
@@ -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">
diff --git a/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_transitional b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_transitional
new file mode 100644
index 0000000..e138ac4
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/html-mode/meta/doctype.xhtml1_transitional
@@ -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">