mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00

* Fixed a bug when evaluating primary field expressions * Completed importation of TextMate HTML snippets, some TextMate HTML commands missing.
7 lines
282 B
Plaintext
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 |