summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/doctype.html5
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/html-mode/doctype.html5')
-rw-r--r--.emacs.d/snippets/html-mode/doctype.html54
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/snippets/html-mode/doctype.html5 b/.emacs.d/snippets/html-mode/doctype.html5
new file mode 100644
index 0000000..a892472
--- /dev/null
+++ b/.emacs.d/snippets/html-mode/doctype.html5
@@ -0,0 +1,4 @@
1#name : Doctype HTML 5
2#group : meta
3# --
4<!DOCTYPE html>