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

20 lines
474 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:args}) -&gt;
${0:# body...}
</string>
<key>name</key>
<string>Function</string>
<key>scope</key>
<string>source.coffee</string>
<key>tabTrigger</key>
<string>fun</string>
<key>uuid</key>
<string>F2E2E79A-A85D-471D-9847-72AE40205942</string>
</dict>
</plist>