mirror of
https://github.com/atom/atom.git
synced 2026-01-26 23:38:48 -05:00
17 lines
476 B
Plaintext
17 lines
476 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>if (${1:true}) {${0:$TM_SELECTED_TEXT}};</string>
|
|
<key>name</key>
|
|
<string>if</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>tabTrigger</key>
|
|
<string>if</string>
|
|
<key>uuid</key>
|
|
<string>F19F3732-39A7-48EC-A72B-A8F477A01795</string>
|
|
</dict>
|
|
</plist>
|