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

19 lines
502 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>def initialize${1/.+/(/}${1:args}${1/.+/)/}
$0
end</string>
<key>name</key>
<string>def initialize .. end</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
<string>defi</string>
<key>uuid</key>
<string>4E9D15B5-65D6-4A9A-9DEC-DE041D68C06F</string>
</dict>
</plist>