* Imported ""# condition:" directive to all snippets

* Start writing the insert tag snippet-command
This commit is contained in:
capitaomorte
2009-10-18 22:18:07 +00:00
parent 088ba32300
commit fb1a98dcbf
59 changed files with 115 additions and 8 deletions

View File

@@ -2,5 +2,6 @@
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer 5.0 only
## condition: "text.html"
# --
<!--[if IE 5.0]>${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 5.0 only }}<![endif]-->$0

View File

@@ -2,5 +2,6 @@
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer 5.5 only
## condition: "text.html"
# --
<!--[if IE 5.5000]>${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 5.5 only }}<![endif]-->$0

View File

@@ -2,5 +2,6 @@
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer 5.x
## condition: "text.html"
# --
<!--[if lt IE 6]>${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 5.x }}<![endif]-->$0

View File

@@ -2,5 +2,6 @@
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer 6 and below
## condition: "text.html"
# --
<!--[if lte IE 6]>${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 6 and below }}<![endif]-->$0

View File

@@ -2,5 +2,6 @@
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer 6 only
## condition: "text.html"
# --
<!--[if IE 6]>${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 6 only }}<![endif]-->$0

View File

@@ -2,5 +2,6 @@
# 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

View File

@@ -2,5 +2,6 @@
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: Internet Explorer
## condition: "text.html"
# --
<!--[if IE]>${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer }}<![endif]-->$0

View File

@@ -2,5 +2,6 @@
# key: !
# contributor: Translated from TextMate Snippet
# name: IE Conditional Comment: NOT Internet Explorer
## condition: "text.html"
# --
<!--[if !IE]><!-->${1:${TM_SELECTED_TEXT: IE Conditional Comment: NOT Internet Explorer }}<!-- <![endif]-->$0