]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/nxml-mode/html
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / nxml-mode / html
diff --git a/packages/yasnippet/snippets/nxml-mode/html b/packages/yasnippet/snippets/nxml-mode/html
new file mode 100644 (file)
index 0000000..27a19ca
--- /dev/null
@@ -0,0 +1,7 @@
+# contributor: Anders Bach Nielsen <abachn@abachn.net>
+# name: <html xmlns="...">...</html>
+# key: html
+# --
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
+  $0
+</html>
\ No newline at end of file