mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>content</key>
|
|
<string>redirect_to :action => "${1:index}"</string>
|
|
<key>name</key>
|
|
<string>redirect_to (action)</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails</string>
|
|
<key>tabTrigger</key>
|
|
<string>rea</string>
|
|
<key>uuid</key>
|
|
<string>F2F3167C-73B9-11D9-B752-000D932CD5BA</string>
|
|
</dict>
|
|
</plist>
|