mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
|
#name : <!--[if IE]><link stylesheet="..." /><![endif]-->
|
|
# --
|
|
<!--[if IE]>
|
|
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
|
|
<![endif]--> |