Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/sublime-better-coffeescript/Snippets/Object comprehension.tmSnippet
2013-04-04 08:54:25 -04:00

17 lines
433 B
Plaintext

<?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>for ${1:${2:k}, ${3:v}} of ${4:object}
${5:# ...}
$0</string>
<key>name</key>
<string>Object Comprehension</string>
<key>scope</key>
<string>source.coffee</string>
<key>tabTrigger</key>
<string>forof</string>
</dict>
</plist>