You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Buddy Sandidge 88649519d4 Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8
git-subtree-dir: vim/bundle/ultisnips
git-subtree-split: cecc7aad882b56550ae52e3feea8b690ed330ab3
11 years ago
..
README Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
all.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
bib.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
bindzone.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
c.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
coffee.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
coffee_jasmine.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
cpp.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
cs.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
css.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
d.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
django.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
erlang.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
eruby.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
go.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
haskell.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
help.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
html.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
htmldjango.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
htmljinja.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
java.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
javascript.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
javascript_jasmine.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
javascript_jsdoc.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
jinja2.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
json.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
ledger.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
lhaskell.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
lua.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
mako.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
markdown.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
objc.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
ocaml.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
perl.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
php.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
puppet.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
python.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
rails.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
rst.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
ruby.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
scss.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
sh.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
snippets.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
tcl.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
tex.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
texmath.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
vim.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
xhtml.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
xml.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago
zsh.snippets Squashed 'vim/bundle/ultisnips/' content from commit cecc7aad8 11 years ago

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: