]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/html-mode/link.stylesheet-ie
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / link.stylesheet-ie
diff --git a/packages/yasnippet/snippets/html-mode/link.stylesheet-ie b/packages/yasnippet/snippets/html-mode/link.stylesheet-ie
new file mode 100644 (file)
index 0000000..752f9e9
--- /dev/null
@@ -0,0 +1,7 @@
+# contributor: Jimmy Wu <frozenthrone88@gmail.com>
+# name: <!--[if IE]><link stylesheet="..." /><![endif]-->
+# key: link
+# --
+<!--[if IE]>
+<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
+<![endif]-->
\ No newline at end of file