Files
atom/bundles/CoffeeScriptBundle.tmbundle/Snippets/Raw javascript.tmSnippet
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

17 lines
464 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>\`${1:`pbpaste`}\`</string>
<key>keyEquivalent</key>
<string>^j</string>
<key>name</key>
<string>Raw javascript</string>
<key>scope</key>
<string>source.coffee</string>
<key>uuid</key>
<string>422A59E7-FC36-4E99-B01C-6353515BB544</string>
</dict>
</plist>