yasnippet/extras/imported/html-mode/Conditional Comments/IE Conditional Comment Internet Explorer 5_x.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
282 B
Plaintext

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