jqueryplugingen 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +7 -0
- data/Manifest.txt +160 -1
- data/README.rdoc +1 -3
- data/bundles/JavaScript jQuery.tmbundle/Commands/Documentation for Word : Selection.tmCommand +68 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$ (Select DOM Element).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$(this).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajax(hash).tmSnippet +28 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxError.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSend.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSetup.tmSnippet +28 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSuccess.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_get.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getIfModified.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getJSON.tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getScript.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_post.tmSnippet +23 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_trim.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:checked.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:contains('test').tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:disabled.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:empty.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:enabled.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:eq(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:even.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:first-child.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:first-of-type.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:first.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:gt(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:hidden.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:last-child.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:last-of-type.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:last.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:lt(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:not(s).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-child(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-last-child(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-of-type(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:odd.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:only-child.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:only-of-type.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:parent.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:root.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:visible.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/add.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/addClass.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/after.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStart.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStop.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/animate.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/append.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/appendTo.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/attr(hash).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/attr.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/before.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/bind.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/blur.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/change.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/children.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/click.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/clone.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/contains.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/css(hash).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/css.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/dblclick.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/each.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/end.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/error.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/filter.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/find.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/focus.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/get.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/height.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/hide - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/hide.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/hover.tmSnippet +20 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/html.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/insertAfter.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/insertBefore.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/is.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/load (AHAH).tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/load.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/loadIfModified.tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mousedown.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mousemove.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseout.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseover.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseup.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/next.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/not.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/one.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/parent.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/parents.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/prepend.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/prependTo.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/prev.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/ready.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/remove.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/removeAttr.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/removeClass.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/reset.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/resize.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/scroll.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/select.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/show - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/show.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/siblings.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/size.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideDown - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideDown.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideToggle.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideUp - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideUp.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/submit.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/text.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/toggle (show:hide).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/toggle.tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/toggleClass.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/trigger.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/unbind.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/val.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/width.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/wrap.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Syntaxes/jQuery (JavaScript).tmLanguage +440 -0
- data/bundles/JavaScript jQuery.tmbundle/info.plist +387 -0
- data/bundles/JavaScript.tmbundle/Commands/Copy as Bookmarklet to Clipboard.tmCommand +54 -0
- data/bundles/JavaScript.tmbundle/Commands/Documentation for Word.plist +30 -0
- data/bundles/JavaScript.tmbundle/Commands/New Function.tmCommand +28 -0
- data/bundles/JavaScript.tmbundle/Commands/New Method.tmCommand +28 -0
- data/bundles/JavaScript.tmbundle/Commands/Reformat Document : Selection.tmCommand +50 -0
- data/bundles/JavaScript.tmbundle/Preferences/Comments.tmPreferences +36 -0
- data/bundles/JavaScript.tmbundle/Preferences/JavaScript Indent.tmPreferences +19 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Banned.tmPreferences +17 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Class.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Instance.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 1.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 2.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Snippets/Get Elements.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object Method String.tmSnippet +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object Method.tmSnippet +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object Value JS.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object key /342/200/224 key: /"value/".tmSnippet" +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/Prototype (proto).plist +19 -0
- data/bundles/JavaScript.tmbundle/Snippets/for (/342/200/246) {/342/200/246} (faster).tmSnippet" +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/for (/342/200/246) {/342/200/246}.tmSnippet" +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/function (fun).plist +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/function.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/if ___ else.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/if.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/setTimeout function.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Support/dev_guru_index.gz +0 -0
- data/bundles/JavaScript.tmbundle/Support/lib/beautify.php +557 -0
- data/bundles/JavaScript.tmbundle/Syntaxes/JavaScript.plist +712 -0
- data/bundles/JavaScript.tmbundle/info.plist +136 -0
- data/jQuery-Plugin-Generator.tmproj +190 -2
- data/lib/jquery_plugin_gen.rb +3 -5
- data/lib/jquery_plugin_gen/quick_template.rb +2 -2
- data/lib/jquery_plugin_gen/support/bundles.rake +28 -0
- data/lib/jquery_plugin_gen/support/jquery.rake +143 -0
- data/lib/jquery_plugin_gen/tasks.rb +5 -0
- data/lib/templates/Rakefile.erb +8 -2
- data/spec/data/templates/Rakefile +8 -2
- metadata +162 -3
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>\$.getIfModified('${1:/test/test.cgi}'${3/(.+)/(?1:, function\(data\){
|
7
|
+
:)/}${3:alert( $"Data loaded: " + data )//optional stuff to do after get}${3/(.+)/(?1:;
|
8
|
+
}:)/});
|
9
|
+
$0</string>
|
10
|
+
<key>name</key>
|
11
|
+
<string>$.getIfModified</string>
|
12
|
+
<key>scope</key>
|
13
|
+
<string>source.js.jquery</string>
|
14
|
+
<key>tabTrigger</key>
|
15
|
+
<string>$.getIfModified</string>
|
16
|
+
<key>uuid</key>
|
17
|
+
<string>8B1184F0-1BC6-4DD9-B60A-1D3212A9B642</string>
|
18
|
+
</dict>
|
19
|
+
</plist>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>\$.getJSON('${1:/path/to/file.cgi}'${2/(.+)/(?1:,{
|
7
|
+
:)/}${2:param1: "value1", param2: "value2"}${2/(.+)/(?1:}:)/}${3/(.+)/(?1:,
|
8
|
+
function\(json\){
|
9
|
+
:)/}${3://stuff to do after event occurs};${3/(.+)/(?1:
|
10
|
+
}:)/});
|
11
|
+
$0</string>
|
12
|
+
<key>name</key>
|
13
|
+
<string>$.getJSON</string>
|
14
|
+
<key>scope</key>
|
15
|
+
<string>source.js.jquery</string>
|
16
|
+
<key>tabTrigger</key>
|
17
|
+
<string>$.getJSON</string>
|
18
|
+
<key>uuid</key>
|
19
|
+
<string>36370731-4423-4F4D-8EF1-0360DC8D7F7B</string>
|
20
|
+
</dict>
|
21
|
+
</plist>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>\$.getScript('${1:somescript.js}'${3/(.+)/(?1:, function\(\){
|
7
|
+
:)/}${3://optional stuff to do after getScript}${3/(.+)/(?1:;
|
8
|
+
}:)/});
|
9
|
+
$0</string>
|
10
|
+
<key>name</key>
|
11
|
+
<string>$.getScript</string>
|
12
|
+
<key>scope</key>
|
13
|
+
<string>source.js.jquery</string>
|
14
|
+
<key>tabTrigger</key>
|
15
|
+
<string>$.getScript</string>
|
16
|
+
<key>uuid</key>
|
17
|
+
<string>1E41CC95-3D42-4CC9-BD69-BA86FB8FE34A</string>
|
18
|
+
</dict>
|
19
|
+
</plist>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>\$.post('${1:/path/to/file.cgi}'${2/(.+)/(?1:,{
|
7
|
+
:)/}${2:param1: "value1", param2: "value2"}${2/(.+)/(?1:}:)/}${3/(.+)/(?1:,
|
8
|
+
function\(\){
|
9
|
+
:)/}${3://stuff to do *after* page is loaded};${3/(.+)/(?1:
|
10
|
+
}:)/});
|
11
|
+
$0
|
12
|
+
|
13
|
+
</string>
|
14
|
+
<key>name</key>
|
15
|
+
<string>$.post</string>
|
16
|
+
<key>scope</key>
|
17
|
+
<string>source.js.jquery</string>
|
18
|
+
<key>tabTrigger</key>
|
19
|
+
<string>$.post</string>
|
20
|
+
<key>uuid</key>
|
21
|
+
<string>5553C450-7055-45E6-9758-E8BE0C47CA2D</string>
|
22
|
+
</dict>
|
23
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>\$.trim('${1:string}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>$.trim</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>$.trim</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>F62B7A76-1BF3-4FD0-8679-3FC77F7E1F3A</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:checked</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:checked</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>4E59B953-8663-41A5-BACE-34094480ED3B</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:contains('${1:test}')$0</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^~:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:contains('test')</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>D8442C25-F005-4995-8918-D51658FD75FA</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:disabled</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:disabled</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>A6D9E0E1-5232-4B30-9D96-A085F4B8C721</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:empty</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:empty</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>54F78638-036C-4B57-8B6D-78C64BEC84E0</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:enabled</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:enabled</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>326083F8-59EA-4872-8EDB-32DFACF6C6A7</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:eq(${1:n})$0</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^~:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:eq(n)</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>D01A7D64-EBFB-40BF-8BEB-D53D6854AF3F</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:even</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^~:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:even</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>3D9DFC6C-3EC9-419C-9545-4067501F55AA</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:first-child</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:first-child</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>2CD51B4A-9744-464D-BD42-587918A3E7F8</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:first-of-type</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:first-of-type</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>FF6E4F76-165C-4673-98C6-AA62304321A3</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:first</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^~:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:first</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>1F1C3DA9-9CD9-44A4-BA0F-102959108394</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:gt(${1:n})$0</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^~:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:gt(n)</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>9E93C422-17DF-4E4C-94A6-E1EAB208EE17</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:hidden
|
7
|
+
</string>
|
8
|
+
<key>keyEquivalent</key>
|
9
|
+
<string>^~:</string>
|
10
|
+
<key>name</key>
|
11
|
+
<string>:hidden</string>
|
12
|
+
<key>scope</key>
|
13
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
14
|
+
<key>tabTrigger</key>
|
15
|
+
<string>:</string>
|
16
|
+
<key>uuid</key>
|
17
|
+
<string>89678DD7-52FB-44AF-B047-4FA67FFAD6C0</string>
|
18
|
+
</dict>
|
19
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:last-child</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:last-child</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>A151477E-0403-4A7B-9EF4-32154D482A34</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:last-of-type</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:last-of-type</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>6D4E72DF-9184-429A-BDCF-79E7D311E7A2</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:last</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^~:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:last</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>E92F75EC-8F73-4A9F-8B0F-D78B8CDB1F2F</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:lt(${1:n})$0</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^~:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:lt(n)</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>3BE44D61-FEC7-42E9-BE5F-2BA37CABE013</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>:not(${1:s})$0</string>
|
7
|
+
<key>keyEquivalent</key>
|
8
|
+
<string>^:</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>:not(s)</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery meta.selector.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>:</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>21E9EBE5-19BA-4F90-A3BE-5608DB9793EF</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|