mirror of
https://github.com/atom/atom.git
synced 2026-01-27 15:58:00 -05:00
20 lines
474 B
Plaintext
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}) ->
|
|
${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>
|