Files
kJS.tmbundle/Snippets/Object Method.tmSnippet
T
subtlegradient 1f347c3df7 Cleaned up snippets
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@8633 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
2007-12-09 08:19:31 +00:00

19 lines
476 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:}: function(${3:argument}){
$0
},</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>