Files
atom/bundles/javascript.tmbundle/Snippets/Object Method.tmSnippet
Corey Johnson & Nathan Sobo e6bc0e092a Add javascript bundle
2012-08-01 17:18:43 -07:00

19 lines
503 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>${1:method_name}: function(${3:attribute}){
$0
}${10:,}</string>
<key>name</key>
<string>Object Method</string>
<key>scope</key>
<string>source.js</string>
<key>tabTrigger</key>
<string>:f</string>
<key>uuid</key>
<string>77065D69-742A-4FF0-9A41-AD211DFBE72F</string>
</dict>
</plist>