mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
17 lines
479 B
Plaintext
17 lines
479 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>File.read(${1:"${2:path/to/file}"})</string>
|
|
<key>name</key>
|
|
<string>File.read("..")</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>File</string>
|
|
<key>uuid</key>
|
|
<string>50C56AC8-48F3-42A0-AF10-8164464AFAEF</string>
|
|
</dict>
|
|
</plist>
|