mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
17 lines
529 B
Plaintext
17 lines
529 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>${0:${TM_SELECTED_TEXT/\A<em>(.*)<\/em>\z|.*/(?1:$1:<em>$0</em>)/m}}</string>
|
|
<key>keyEquivalent</key>
|
|
<string>@i</string>
|
|
<key>name</key>
|
|
<string>Emphasize</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>uuid</key>
|
|
<string>EBB98620-3292-4621-BA38-D8A9A65D9551</string>
|
|
</dict>
|
|
</plist>
|