mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-snippets/UltiSnips
amix 687184f0bb Updated vim plugins 2013-04-26 13:17:22 -03:00
..
README Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
all.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
bindzone.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
c.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
coffee.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
coffee_jasmine.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
cpp.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
css.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
d.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
django.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
erlang.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
eruby.snippets Updated vim plugins 2013-04-26 13:17:22 -03:00
go.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
haskell.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
help.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
html.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
htmldjango.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
java.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
javascript.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
javascript_jasmine.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
jinja2.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
json.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
lua.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
mako.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
markdown.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
objc.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
ocaml.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
perl.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
php.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
puppet.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
python.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
rails.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
rst.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
ruby.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
sh.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
snippets.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
tcl.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
tex.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
texmath.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
vim.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
xhtml.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
xml.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00
zsh.snippets Updated all plugins that are non-forked. Added some new plugins. 2013-04-13 14:45:21 -03:00

README

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: