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>/*@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>