vim-snippets/UltiSnips
yuhuanbo fe4c59fa2d [php] [symfony] some bugfix and improve
symfony snippet `ent` now support abstract class
2013-09-25 21:15:35 +08:00
..
php [php] [symfony] some bugfix and improve 2013-09-25 21:15:35 +08:00
all.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
bindzone.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
c.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
coffee_jasmine.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
coffee.snippets new policies for if, eif, el 2013-06-23 02:30:26 +02:00
cpp.snippets MarcWeber's UltiSnips does no longer understand extends, drop it. See its Quickstart.txt file BUG [1] 2013-04-02 22:10:32 +02:00
css.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
d.snippets replace Filename by vim_snippets#Filename and document it 2013-07-08 23:47:14 +02:00
django.snippets new policies for if, eif, el 2013-06-23 02:30:26 +02:00
elixir.snippets Converted snipmate elixir snippets into ultisnip 2013-08-07 21:34:23 -04:00
erlang.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
eruby.snippets new policies for if, eif, el 2013-06-23 02:30:26 +02:00
go.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
haskell.snippets new policies for if, eif, el 2013-06-23 02:30:26 +02:00
help.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
html_minimal.snippets adding alternative html-minimal snippets illustrating a somewhat minimal setup which is useful to me 2013-06-06 13:44:30 +02:00
html.snippets Fix html5 snippet indentation and meta tag. 2013-08-26 19:43:20 +02:00
htmldjango.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
java.snippets new policies for if, eif, el 2013-06-23 02:30:26 +02:00
javascript_ember.snippets Added Ember.js snippets 2013-08-13 23:51:47 -07:00
javascript_jasmine.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
javascript.snippets UltiSnips JS: fix placeholders, remove trailing ;, they are optional 2013-07-31 01:36:35 +02:00
jinja2.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
json.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
lua.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
mako.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
markdown.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
objc.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
ocaml.snippets while -> wh, see #230 and README.md 2013-08-08 11:24:27 +02:00
perl.snippets while -> wh, see #230 and README.md 2013-08-08 11:24:27 +02:00
php.snippets [php] [symfony] some bugfix and improve 2013-09-25 21:15:35 +08:00
puppet.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
python.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
rails.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
README Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
rst.snippets CMT update li comment 2013-06-26 13:57:08 +08:00
ruby.snippets while -> wh, see #230 and README.md 2013-08-08 11:24:27 +02:00
sh.snippets while -> wh, see #230 and README.md 2013-08-08 11:24:27 +02:00
snippets.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
tcl.snippets while -> wh, see #230 and README.md 2013-08-08 11:24:27 +02:00
tex.snippets MarcWeber's UltiSnips does no longer understand extends, drop it. See its Quickstart.txt file BUG [1] 2013-04-02 22:10:32 +02:00
texmath.snippets Adding UltiSnips snippets, updating Readme 2013-03-17 20:13:47 +01:00
vim.snippets new policies for if, eif, el 2013-06-23 02:30:26 +02:00
xhtml.snippets MarcWeber's UltiSnips does no longer understand extends, drop it. See its Quickstart.txt file BUG [1] 2013-04-02 22:10:32 +02:00
xml.snippets adding ocaml /xml snippets from UltiSnips 2013-04-02 22:00:55 +02:00
zsh.snippets MarcWeber's UltiSnips does no longer understand extends, drop it. See its Quickstart.txt file BUG [1] 2013-04-02 22:10:32 +02:00

This directory contains the main scripts that come bundled with UltiSnips.

Standing On The Shoulders of Giants
===================================

The snippets have been collected from various other project which I want to
express my gratitude for. My main source for inspiration where the following
two projects:

   TextMate: http://svn.textmate.org/trunk/Bundles/
   SnipMate: http://code.google.com/p/snipmate/

All snippets from those sources were copied and cleaned up, so that they are 
  - not using shell script, only python (so they are cross platform compatible)
  - not using any feature that UltiSnips doesn't offer

UltiSnips has seen contributions by various individuals. Those contributions
have been merged into this collection seamlessly and without further comments.

-- vim:ft=rst:nospell: