Internet Explorer Conditional Comment snippets

git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10114 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
subtlegradient
2008-07-02 17:01:58 +00:00
parent 5692efe8c1
commit be9de4befd
3 changed files with 34 additions and 0 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>@*/${0:$TM_SELECTED_TEXT}/*@</string>
<key>name</key>
<string>Internet Explorer Conditional Comment Escape</string>
<key>scope</key>
<string>source.js comment.block.conditional</string>
<key>tabTrigger</key>
<string>@</string>
<key>uuid</key>
<string>603A6D98-A136-4766-828B-C39178AB8003</string>
</dict>
</plist>
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>/*@cc_on ${0:$TM_SELECTED_TEXT} @*/</string>
<key>name</key>
<string>Internet Explorer Conditional Comment</string>
<key>scope</key>
<string>source.js</string>
<key>tabTrigger</key>
<string>@</string>
<key>uuid</key>
<string>E1B2FC98-AF98-4392-8069-C82C2C192617</string>
</dict>
</plist>
+2
View File
@@ -134,6 +134,8 @@
<string>20E61C43-B81F-4FB9-9362-BFFE668EB9C9</string>
<string>36EC03E9-EFF4-479A-AB90-8DFA16800642</string>
<string>3F4AB53B-210C-4E0C-8D04-12192DECC3D1</string>
<string>E1B2FC98-AF98-4392-8069-C82C2C192617</string>
<string>603A6D98-A136-4766-828B-C39178AB8003</string>
</array>
<key>uuid</key>
<string>AAB4FD74-73F9-11D9-B89A-000D93589AF6</string>