yasnippet/extras/imported/html-mode/Conditional Comments/IE Conditional Comment Internet Explorer 7+.yasnippet

7 lines
286 B
Plaintext

# -*- mode: snippet -*-
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer 7 and above
## condition: "text.html"
# --
<!--[if gte IE 7]>${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 7 and above }}<![endif]-->$0