mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
17 lines
505 B
Plaintext
17 lines
505 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>REXML::Document.new(File.read(${1:"${2:path/to/file}"}))</string>
|
|
<key>name</key>
|
|
<string>xmlread(..)</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>xml-</string>
|
|
<key>uuid</key>
|
|
<string>B904D4AA-D15D-48A4-8EB2-563BAF489332</string>
|
|
</dict>
|
|
</plist>
|