Skip to content

Commit a81bd9e

Browse files
committed
add: conditional html comment snippet
1 parent a530cfd commit a81bd9e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<!--[if ${1:IE} ${2:8}]>
4+
${3}
5+
<![endif]-->
6+
]]></content>
7+
<tabTrigger>xhcond</tabTrigger>
8+
<description>xh - Conditional Comment</description>
9+
</snippet>

0 commit comments

Comments
 (0)