Commit Graph

12 Commits

Author SHA1 Message Date
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
59dcc2b72d Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01: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
2a0cd591e7 add symfony2 form snip 2013-09-08 14:56:16 +08:00
yuhuanbo
702844eb2b add phpunit snippets 2013-08-26 21:16:33 +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
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
344ac6ea2c new policies for if, eif, el
What about wh(ile)?
drop some placeholder comments which don't add (enough) value to keep
for patterns used very often.
2013-06-23 02:30:26 +02:00
Marc Weber
d07009f27f Adding UltiSnips snippets, updating Readme
UltiSnips snippets are taken from UltiSnips repo.
Putting them nearby the engine seems to be the wrong thing to do.
One reason is that there are two forks now.
2013-03-17 20:13:47 +01:00