Files
kJS.tmbundle/Snippets/if !undefined.tmSnippet
2009-04-17 17:41:53 -04:00

17 lines
499 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>if (typeof ${1:${TM_SELECTED_TEXT:myVar}} != 'undefined') $0</string>
<key>name</key>
<string>if !undefined</string>
<key>scope</key>
<string>source.js</string>
<key>tabTrigger</key>
<string>ifu</string>
<key>uuid</key>
<string>2831C11D-1907-4BC1-9A4D-BEE70EAFD0CF</string>
</dict>
</plist>