mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
17 lines
487 B
Plaintext
17 lines
487 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>logger.info { "${1:message}" }$0</string>
|
|
<key>name</key>
|
|
<string>logger.info</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails</string>
|
|
<key>tabTrigger</key>
|
|
<string>logi</string>
|
|
<key>uuid</key>
|
|
<string>36E2A3EE-E9CC-4B7F-A4CF-AFAF970B8699</string>
|
|
</dict>
|
|
</plist>
|