UltiSnips/UltiSnips
2012-02-12 08:10:27 +01:00
..
all.snippets Added ${VISUAL} in some snippets I use regularly. 2012-02-05 13:15:02 +01:00
c.snippets Added ${VISUAL} in some snippets I use regularly. 2012-02-05 13:15:02 +01:00
cpp.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
css.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
django.snippets htmldjango is django + html 2012-02-06 10:11:52 +01:00
erlang.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
eruby.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
go.snippets Added a snippet files for Go (www.golang.org) and 2011-09-21 16:31:09 +02:00
help.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
html.snippets Some ammendements to html.snippets by Jan Mollowitz 2011-07-05 09:54:21 +02:00
htmldjango.snippets htmldjango is django + html 2012-02-06 10:11:52 +01:00
java.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
javascript.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
jinja2.snippets A fairly comprehensive Jinja2 snippets collection 2011-08-02 01:26:51 +03:00
lua.snippets Added my snippet collection for Lua 2011-03-14 20:36:45 +01:00
mako.snippets Fixed a small thin in the mako snippets 2011-04-09 16:30:41 +02:00
mkd.snippets Added ${VISUAL} in some snippets I use regularly. 2012-02-05 13:15:02 +01:00
objc.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
perl.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
php.snippets Added php snippets 2011-07-17 12:37:49 +02:00
puppet.snippets Added a snippet files for Go (www.golang.org) and 2011-09-21 16:31:09 +02:00
python.snippets __repr__ has no second argument 2012-01-26 11:23:02 +01:00
rails.snippets Some fixes in rails and ruby snippets 2012-02-12 08:10:27 +01:00
README Added a small notice about contribution to the README 2011-02-17 13:59:40 +01:00
rst.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
ruby.snippets Some fixes in rails and ruby snippets 2012-02-12 08:10:27 +01:00
sh.snippets removed non ascii char from one snippet name. Patch by Thanatermesis 2011-08-18 15:06:35 +02:00
snippets.snippets Added a globals snippet for snippets files 2011-12-31 15:06:48 +01:00
tcl.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
tex.snippets Improvements to the tex/texmath snippets by jorge 2012-02-06 10:10:41 +01:00
texmath.snippets Improvements to the tex/texmath snippets by jorge 2012-02-06 10:10:41 +01:00
vim.snippets Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver 2011-02-17 14:07:27 +01:00
xhtml.snippets Added an xhtml snippets file which only extends html but defines no new snippets 2011-09-23 18:07:02 +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: