yasnippet/extras/imported/html-mode/Conditional Comments/IE Conditional Comment Internet Explorer.yasnippet
capitaomorte 477f7c99e4 * Fixed the "direct-keymaps" bug with `emulation-mode-map-alists'
* Fixed a bug when evaluating primary field expressions

* Completed importation of TextMate HTML snippets, some TextMate HTML commands missing.
2009-11-04 15:51:43 +00:00

7 lines
278 B
Plaintext

# -*- mode: snippet -*-
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer
## condition: "text.html"
# --
<!--[if IE]>${1:`(or yas/selected-text " IE Conditional Comment: Internet Explorer ")`}<![endif]-->$0