UltiSnips/UltiSnips
Peter Foley fe4f784720 Fixed edge case with multiple init directories
In the instance of calling the class snippet within a puppet file
located in
/home/pjfoley/puppet/modules/profile/manifests/server/init/init.pp

I would expect the return value to be "profile::server::init", it
currently returns "profile::server" which is missing a module path
layer.
2013-06-29 22:54:26 +10:00
..
all.snippets Fold markers snippets in all.snippets. Patch by Von Welch. 2013-05-17 06:43:46 +02:00
bib.snippets Corrects formatting of snippets 2013-05-26 15:48:58 -05: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 Remove const qualifier from main in c.snippets 2013-03-22 07:53:30 +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
cs.snippets Small fixes and new c-sharp (cs) snippets by Matthew Strawbridge. 2013-04-15 07:19:07 +02: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 Fixes to eruby snippets by jinzhu. 2013-04-17 06:52:50 +02: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 Small fixes and new c-sharp (cs) snippets by Matthew Strawbridge. 2013-04-15 07:19:07 +02:00
javascript_jasmine.snippets Coffee and Jasmine snippets by Ches Martin 2012-05-22 11:14:58 +02:00
javascript.snippets Improvements to Javascript snippets by Vangelis Tsoumenis 2013-03-21 11:54:20 +01: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
ledger.snippets Corrects formatting of snippets 2013-05-26 15:48:58 -05: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
ocaml.snippets OCaml snippets by Rudi Grinberg. 2013-03-25 08:58:55 +01:00
perl.snippets Adjusted perl snippets for some best practices 2012-12-18 09:26:56 +00:00
php.snippets Small fixes and new c-sharp (cs) snippets by Matthew Strawbridge. 2013-04-15 07:19:07 +02:00
puppet.snippets Fixed edge case with multiple init directories 2013-06-29 22:54:26 +10:00
python.snippets ipdb snippet. 2013-04-24 07:05:16 +02: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 Add BibLaTeX snippets and parenthesis snippet 2013-04-28 11:01:16 -05: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 Small fixes and new c-sharp (cs) snippets by Matthew Strawbridge. 2013-04-15 07:19:07 +02: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: