Commit Graph

301 Commits

Author SHA1 Message Date
Michael Thessel
8ec2e4ce7a Added array_walk snippet 2013-04-12 02:57:14 +00:00
Michael Thessel
2c858bb724 Added return array placeholder 2013-04-12 02:50:15 +00:00
Michael Thessel
613f3c1b25 Added array_map() snippet 2013-04-12 02:46:37 +00:00
Michael Thessel
95b1a81d6e Changed class snippet 2013-04-12 01:20:42 +00:00
Michael Thessel
41644d72e5 Whitespace cleanup 2013-04-12 01:18:57 +00:00
Michael Thessel
6ade12ac15 Changed method snippet 2013-04-12 01:16:52 +00:00
Honza Pokorny
35db4a65f8 Merge pull request #194 from Nicklasos/master
Add short tags in php snippets
2013-04-17 02:49:02 -07:00
Nicklasos
b66dd896e1 Update php.snippets 2013-04-17 00:52:43 +03:00
Nicklasos
42168b1c17 Update php.snippets
Add php template snippets.
2013-04-17 00:44:48 +03:00
linduxed
755b3a816a Added missing line to WTFPL snippet. 2013-04-10 17:44:53 +02:00
ALX-Liu-Xiao
4962bca954 Fix c.snippets:else
There is no ${2} in snippet el, but insteaded is a ${3}.
Change 3 to 2;
2013-04-10 00:39:52 +08:00
Yu Huanbo
d052a7d891 add nc(namespace and class) for php
http://knplabs.com/blog/boost-your-productivity-with-sf2-and-vim
2013-04-07 22:33:35 +08:00
Joey Curtin
eb7fccc558 added email and github to python.snippte-docs 2013-03-30 11:08:09 -04:00
Honza Pokorny
abbc5c1ec8 Merge pull request #185 from jhoepken/foam
Initial commit for OpenFOAM snippets
2013-03-27 08:56:29 -07:00
Pirogov Evgenij
62ac466722 Turn = into := 2013-03-24 00:09:49 +02:00
Jens Hoepken
e9904d0845 Initial commit for OpenFOAM snippets 2013-03-19 23:13:26 +01:00
Honza Pokorny
8e84c61631 Merge pull request #180 from mwcz/master
Added a semicolon to the sdf (self-defining function) javascript snippet
2013-03-17 17:03:49 -07:00
indi
7238147272 add reqr to expand to require_relative 2013-03-17 20:54:25 +01:00
mockturtl
da5894a87c fix FSF address
Per http://www.gnu.org/licenses/gpl-howto.html.
2013-03-17 20:49:59 +01:00
Marc Weber
dfe410306b merge changes from pull/179 2013-03-17 20:46:38 +01:00
mwcz
91f24bd88b fix javascript object function snippet 2013-03-15 14:53:35 -03:00
mwcz
c85575e50d add a snippet for Crockford's object() function 2013-03-14 15:13:36 -03:00
mwcz
4ce177eadd add semicolon to self-defining function (sdf) 2013-03-14 14:38:03 -03:00
Gui Lin
849d541bc8 Merge branch 'master' into my-js-snippets 2013-03-06 12:18:16 +08:00
Gui Lin
d8b43c12e8 improve for loop 2013-03-06 12:15:11 +08:00
Mike Foley
0fbb89d908 added delegate to ruby.snippets 2013-03-01 14:48:50 -08:00
Mike Foley
0ccc49e39d added a space to each_with_index Ruby snippet, to be consistent with similar snippets 2013-02-26 15:51:33 -08:00
Mike Foley
63551117aa added each_with_object Ruby snippets 2013-02-26 15:51:09 -08:00
Eustaquio Rangel
6e58f722f3 Fixed Ruby rSpec be_true and be_false 2013-02-25 09:07:04 -03:00
Eustáquio Rangel
843e6dd30b Merge pull request #173 from iurifq/master
Even more ruby rspec snippets
2013-02-19 10:43:00 -08:00
Iuri Fernandes
3ef38996f4 Import scala snippets created by @gorodok with some alterations. 2013-02-18 10:25:25 -03:00
Iuri Fernandes
6c4c7f51d7 Add snippets to rspec shared examples and new rspec syntax. 2013-02-18 10:09:55 -03:00
indi
74e1327302 fixed quotes in time tag snippet 2013-02-13 19:54:08 +01:00
Fatih Arslan
4c6cc10d54 Add log.Printf and Println to go snippets with fixes 2013-02-12 01:23:36 -08:00
Fatih Arslan
dfcb7ce519 Fix go functions 2013-02-12 01:12:58 -08:00
Andreas Krennmair
4036a5339b go: type os.Error became built-in type error after go r60. 2013-02-08 20:21:40 +01:00
Oliver Andrich
2dd0d252ff Merge remote-tracking branch 'upstream/master' 2013-02-05 21:58:03 +01:00
Oliver Andrich
d2337af7bb Fixed the {% with %} template tag from htmldjango.snippets 2013-02-05 21:57:41 +01:00
Iuri Fernandes
576063eb67 Add more rspec snippets. 2013-02-05 10:02:29 -03:00
Honza Pokorny
22b4f2073b Merge pull request #165 from oa/master
Updated python property snippet and added elif snippet to htmldjango
2013-01-29 10:00:37 -08:00
Josh Matthews
664c3dd684 Fixing numbering in html snippets. 2013-01-28 19:36:36 -05:00
Oliver Andrich
2773a13c33 Added elif snippet to htmldjango. 2013-01-27 20:55:13 +01:00
Oliver Andrich
c3ae804a82 A more complete property snippet for python.
This snippet is inspired by the snippet provided by Sublime Text. The
current snippet in the upstream repository is missing at least two
lines:

    return locals()
$1 = property(**$1())
2013-01-27 20:13:33 +01:00
Allen.M
64455cdf04 添加 javascript_jquery.snippets 软连接到 javascript-jquery.snippets
用来支持 neosnippet
2013-01-17 16:27:13 +08:00
chrisyue
2b59196777 Merge remote-tracking branch 'upstream/master' 2013-01-11 11:40:43 +08:00
chrisyue
ea806b1e9e fix typo 2013-01-11 11:37:02 +08:00
Nan Cloudio Jiang
4fff4b48e0 R.snippets. Add snippets for frequently used plot and statistical test functions 2012-12-21 20:04:19 -05:00
chrisyue
1bfc94e060 Merge remote-tracking branch 'upstream/master' 2012-12-20 16:33:41 +08:00
chrisyue
3a6142acfd fix a typo 2012-12-20 16:04:11 +08:00
chrisyue
16b958ccd3 add anotation, get and set snippet, good for doctrine 2012-12-20 15:57:51 +08:00