mirror of
https://github.com/atom/atom.git
synced 2026-01-26 23:38:48 -05:00
17 lines
524 B
Plaintext
17 lines
524 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>getElement${1/(T)|.*/(?1:s)/}By${1:T}${1/(T)|(I)|.*/(?1:agName)(?2:d)/}('$2')</string>
|
|
<key>name</key>
|
|
<string>Get Elements</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>tabTrigger</key>
|
|
<string>get</string>
|
|
<key>uuid</key>
|
|
<string>9E0E3BCC-7F20-4D6B-891D-A44D6EC56E31</string>
|
|
</dict>
|
|
</plist>
|