UltiSnips/UltiSnips
2013-02-25 10:06:24 +01:00
..
all.snippets Fixes to the box and bbox snippet. 2013-02-25 10:06:24 +01:00
bindzone.snippets Add bind zonefile snippets for creating a new zone, and inserting an A record 2012-02-21 23:59:08 -06:00
c.snippets Add function snippet in c.snippets. 2013-02-20 11:24:20 +01:00
coffee_jasmine.snippets Coffee and Jasmine snippets by Ches Martin 2012-05-22 11:14:58 +02:00
coffee.snippets Coffee and Jasmine snippets by Ches Martin 2012-05-22 11:14:58 +02:00
cpp.snippets Added ${VISUAL} markers to C and C++ snippets 2013-01-23 17:33:16 -08: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
d.snippets A toString() snippet. 2012-12-01 18:15:01 +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 Fix a bug with the eruby:slt snippet 2012-02-14 18:52:44 +01:00
go.snippets Updated go snippets, added json snippets 2012-02-24 09:42:56 +01:00
haskell.snippets Add Haskell snippets. 2012-02-21 22:55:20 +08:00
help.snippets Adhere to pseudostandard of length of sections in Vim help. Patch by Martin Krauskopf 2012-07-08 12:01:25 +02:00
html.snippets more snips 2013-01-28 21:02:04 +00:00
htmldjango.snippets htmldjango is django + html 2012-02-06 10:11:52 +01:00
java.snippets Removed some redundant imports 2013-01-30 11:29:34 +00:00
javascript_jasmine.snippets Coffee and Jasmine snippets by Ches Martin 2012-05-22 11:14:58 +02:00
javascript.snippets Improved 'if' and 'ife' snippets for js. 2013-01-25 00:31:25 +08:00
jinja2.snippets A fairly comprehensive Jinja2 snippets collection 2011-08-02 01:26:51 +03:00
json.snippets Updated go snippets, added json snippets 2012-02-24 09:42:56 +01: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
markdown.snippets "markdown" is right filetype, not "mkd" 2012-06-26 19:31:29 +11: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 Adjusted perl snippets for some best practices 2012-12-18 09:26:56 +00:00
php.snippets Improved HTML and PHP snippets. Patch by Jacek Wysocki 2012-08-06 11:21:50 +02:00
puppet.snippets Added a snippet files for Go (www.golang.org) and 2011-09-21 16:31:09 +02:00
python.snippets Support single quoting projects. 2012-12-11 12:40:24 +00: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 chapter and part to RST snippets. Suggested by Chen Houwu 2012-04-25 09:14:19 +02:00
ruby.snippets Update ruby snippets 2012-05-19 14:55:09 +03:00
sh.snippets Add comments to shell detection functions 2012-11-06 17:21:31 +01:00
snippets.snippets Added a vis snippet to snippets.snippets 2012-02-16 20:36:38 +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 Remove stray space in LaTeX section snippet 2013-01-15 14:31:34 +01:00
texmath.snippets Improvements to the tex/texmath snippets by jorge 2012-02-06 10:10:41 +01:00
vim.snippets ew java snippets for constructors for auto creation of setter/getters 2013-01-29 11:38:09 +00: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
xml.snippets ew java snippets for constructors for auto creation of setter/getters 2013-01-29 11:38:09 +00:00
zsh.snippets Add snippets for zsh 2012-11-03 15:48:27 +01: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: