mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
17 lines
598 B
Plaintext
17 lines
598 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>${TM_RAILS_TEMPLATE_START_RUBY_EXPR}f.submit "${1:Submit}"${2:, :disable_with => '${3:$1ing...}'}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}</string>
|
|
<key>name</key>
|
|
<string>f.submit (ffs)</string>
|
|
<key>scope</key>
|
|
<string>text.html.ruby, text.haml</string>
|
|
<key>tabTrigger</key>
|
|
<string>f.</string>
|
|
<key>uuid</key>
|
|
<string>C315EC5D-A7F3-49CB-9795-21B78BB42FF4</string>
|
|
</dict>
|
|
</plist>
|