Files
atom/bundles/ruby.tmbundle/Snippets/module .. module_function .. end.plist
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

21 lines
558 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>module ${1:${TM_FILENAME/(?:\A|_)([A-Za-z0-9]+)(?:\.rb)?/(?2::\u$1)/g}}
module_function
$0
end</string>
<key>name</key>
<string>module .. module_function .. end</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
<string>mod</string>
<key>uuid</key>
<string>0E85EC81-2FAB-4648-B590-119CC1BB6E41</string>
</dict>
</plist>