Holger Rapp
4b9f18c531
Add a common pythonx directory containing helper methods for snippets.
2014-04-13 10:24:56 +02:00
Gilad Peleg
039a1c0801
update meta charset in html
2014-04-10 12:13:17 +03:00
David C. Bishop
513fad93b1
Add rust.snippets
2014-04-09 00:18:29 +10:00
Holger Rapp
0d64ef6eb6
Merge pull request #333 from jdavis/r
...
R: fix snippets syntax error
2014-04-01 07:42:07 +02:00
Josh Davis
653a814dea
Fix snippets syntax error
2014-03-31 23:59:21 -05:00
Holger Rapp
0bcf724e04
Merge pull request #332 from jdavis/r
...
New R and Rnoweb snippets
2014-04-01 06:18:28 +02:00
Josh Davis
8c7bb5d4aa
Remove trigger from the end of the description
2014-03-31 21:11:47 -05:00
Josh Davis
6b5d7d3377
Remove duplicate snippet
2014-03-30 15:32:13 -05:00
Josh Davis
d1f23164d5
Add a few more snippets, fix errors as per #332
...
Hopefully this looks better, @SirVer!
2014-03-30 11:39:03 -05:00
Josh Davis
bd8ef3d110
Tidy up some parts of r.snippets
2014-03-30 01:04:00 -05:00
Ryan Pineo
87ea532f41
Bug fix for java case coercion helpers.
...
If an empty tab stop was used with either of the java case coercion
helper functions then they would blow up. Fixed by returning an empty
string if the word passed to them is falsey.
2014-03-29 20:39:14 -04:00
Josh Davis
55887f0db4
Add R snippets to Rnoweb
2014-03-29 16:52:21 -05:00
Josh Davis
53f8dd5a7a
Add in r.snippets file
...
I converted these over from the snipMate r.snippets in the snippets/ directory and removed some ones.
2014-03-29 16:46:23 -05:00
Josh Davis
77bc9bdf80
Add support for rnoweb filetype
...
Rnoweb is a filetype that combines LaTeX and R. It's used by systems like Sweave and Knitr.
2014-03-29 16:28:00 -05:00
Ryan Pineo
e5f3d6bdf5
Change java set/get snippets to use mixedCase.
...
The java setter and getter snippets were incorrectly formatting the
set/get name as all lowercase. It should be mixed case, as per java's
coding standard.
A new function was made (mixedCase) to handle that.
2014-03-28 15:32:39 -04:00
Ryan Pineo
ad8883ddca
Fix java setter method param case, remove return.
...
The paramater was keeping the case of the setter name. It should
have been lowercased. The other uses of the paramter were already
lowercased correctly.
There should also not be a return statement in a void method.
2014-03-28 12:11:46 -04:00
Ryan Pineo
1d41c715e2
Allow java else/elif to be expanded mid line.
2014-03-26 15:39:47 -04:00
gfixler
16630a5c8e
Fix spelling throughout UltiSnips/python.snippets
2014-03-22 22:33:17 -07:00
Ryan Pineo
391d4fea47
Add python google style docstrings.
2014-03-22 15:03:16 -04:00
Jorge López Pérez
db3b240783
Fix PHP getter and setter UltiSnips snippet
...
Was broken due to complex regular expressions applied to $1,
which made UltiSnips to complain about not knowing it.
Simplified the snippet using the already working getter and setter snippets.
2014-03-19 14:43:08 +01:00
Holger Rapp
929aceebb7
Adjusted priority again.
2014-03-05 06:44:16 +01:00
Sebastian Röder
215c5674fb
Add back closing curly braces for puppet type snippets
...
This braces got lost when #70 was merged
2014-03-04 18:27:38 +01:00
Holger Rapp
b327c8a8b7
Remove credit line as requested.
2014-03-04 17:47:04 +01:00
Holger Rapp
39fe0b562b
Adjusted priority.
2014-03-04 17:46:35 +01:00
Holger Rapp
59dcc2b72d
Brings current UltiSnips snippets into the repository.
2014-03-04 09:17:27 +01:00
René
5063a02b50
Remove space at end of \section
2014-02-17 10:37:44 +01:00
yuhuanbo
3a5001d0d3
fix twig css
2013-12-26 21:31:44 +08:00
yuhuanbo
218eb0adb9
add twig snippets
2013-12-14 20:34:50 +08:00
Filipe Giusti
f4d4005393
Create '=' and '%' UltiSnips format shortcuts for eruby files
...
That matches the snippets for snipmate
2013-11-25 18:52:33 -02:00
yuhuanbo
fe4c59fa2d
[php] [symfony] some bugfix and improve
...
symfony snippet `ent` now support abstract class
2013-09-25 21:15:35 +08:00
yuhuanbo
3218737414
table name auto add underscore if entity name consists of more than two word
2013-09-11 19:39:10 +08:00
yuhuanbo
2a0cd591e7
add symfony2 form snip
2013-09-08 14:56:16 +08:00
Honza Pokorny
2ab7f91dc4
Merge pull request #272 from chrisyue/master
...
add symfony2 doctrine entity template
2013-08-31 11:11:52 -07:00
yuhuanbo
5386637570
add symfony2 doctrine entity template
2013-08-31 12:55:47 +08:00
Honza Pokorny
b410c9e3c4
Merge pull request #269 from chrisyue/master
...
add phpunit snippets
2013-08-26 13:21:15 -07:00
Martxel Lasa
5d4cad3316
Fix html5 snippet indentation and meta tag.
2013-08-26 19:43:20 +02:00
yuhuanbo
702844eb2b
add phpunit snippets
2013-08-26 21:16:33 +08:00
yuhuanbo
2f9163ddb5
add symfony2 DataTransformer and EventSubscriber
2013-08-23 14:00:21 +08:00
yuhuanbo
1eb75e363e
nc
support trait
2013-08-21 11:29:40 +08:00
yuhuanbo
786f9a66fa
snip nc
auto detect Abstract
and Interface
2013-08-19 12:00:07 +08:00
Jorge García
89c6f17ee9
Added Ember.js snippets
2013-08-13 23:51:47 -07:00
Honza Pokorny
9143c65495
Merge pull request #258 from zph/master
...
Converted snipmate elixir snippets into ultisnip
2013-08-08 06:53:00 -07:00
Marc Weber
8024cfcecd
while -> wh, see #230 and README.md
2013-08-08 11:24:27 +02:00
Marc Weber
c0cddc9f86
ruby: count from 1, not 0 (I think its very important to think about the name)
...
add static_var snippet
2013-08-08 09:28:08 +02:00
ZPH
4b0712a652
Converted snipmate elixir snippets into ultisnip
...
Credit belongs to @iurifq for the snippets
Translation from snipmate to ultisnip format @zph
2013-08-07 21:34:23 -04:00
yuhuanbo
ea27dc4627
fixup
2013-08-02 22:16:05 +08:00
yuhuanbo
0805491b05
add symfony2 snippets
2013-08-02 22:12:34 +08:00
yuhuanbo
04a98ad387
hotfix: move cursor in var_dump call, correct the case of class name
2013-08-01 22:42:37 +08:00
yuhuanbo
fdf1e6e174
remove old php snippet which Ultisnip already include, add something new
2013-07-31 21:56:59 +08:00
Marc Weber
737508c613
UltiSnips JS: fix placeholders, remove trailing ;, they are optional
2013-07-31 01:36:35 +02:00