20 lines
655 B
Plaintext
20 lines
655 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>jQuery.get('${1:/path/to/file}'${2/(.+)/(?1:, {:)/}${2:param1: 'value1'}${2/(.+)/(?1:}:)/}${3/(.+)/(?1:, function\(data, textStatus, xhr\) {
|
|
:)/}${3://optional stuff to do after success}${3/(.+)/(?1:
|
|
}:)/});
|
|
$0</string>
|
|
<key>name</key>
|
|
<string>jQuery.get</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>tabTrigger</key>
|
|
<string>jQuery.get</string>
|
|
<key>uuid</key>
|
|
<string>8F8BE76F-F6AC-448A-9F75-339275ED18BF</string>
|
|
</dict>
|
|
</plist>
|