mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
17 lines
489 B
Plaintext
17 lines
489 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.error { "${1:message}" }$0</string>
|
|
<key>name</key>
|
|
<string>logger.error</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails</string>
|
|
<key>tabTrigger</key>
|
|
<string>loge</string>
|
|
<key>uuid</key>
|
|
<string>7053B86A-9B81-4154-AB3C-61B8035C5D33</string>
|
|
</dict>
|
|
</plist>
|