]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/html-mode/img
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / img
diff --git a/packages/yasnippet/snippets/html-mode/img b/packages/yasnippet/snippets/html-mode/img
new file mode 100644 (file)
index 0000000..e726c00
--- /dev/null
@@ -0,0 +1,5 @@
+# contributor: Jimmy Wu <frozenthrone88@gmail.com>
+# name: <img src="..." class="..." alt="..." />
+# key: img
+# --
+<img src="$1" class="$2" alt="$3" />
\ No newline at end of file