UltiSnips/UltiSnips
2010-07-30 21:54:51 -03:00
..
all.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
c.snippets updated deprecation messages, and updated (and documented) the way 2010-07-30 21:54:51 -03:00
cpp.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
help.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
html.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
java.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
mkd.snippets Added img link 2009-07-24 16:42:16 +02:00
perl.snippets Cleaned perl snippets up 2009-07-20 07:51:35 +02:00
python.snippets updated deprecation messages, and updated (and documented) the way 2010-07-30 21:54:51 -03:00
README Fixed README 2009-07-20 07:42:21 +02:00
rst.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
sh.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
snippet.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03:00
tcl.snippets Cleaned up TCL snippets 2009-08-16 20:58:08 +02:00
tex.snippets Fixed a type in tex snippets 2010-01-20 17:38:37 +01:00
tm_css.snippets Beefed converter script a bit. Still an ugly hack. Imported HTML and CSS snippets from Textmate 2009-07-19 22:53:25 +02:00
tm_javascript.snippets Added some common language snippets from other projects. 2009-07-12 20:16:59 +02:00
tm_objc.snippets Small cleanup in tm_objc. Not completed 2009-08-01 11:27:22 +02:00
tm_ruby.snippets Added some common language snippets from other projects. 2009-07-12 20:16:59 +02:00
vim.snippets Updated snippets to use new "snip" object. 2010-07-30 21:29:40 -03: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. Not all files have been reviewed for 100%
compatibility with UltiSnips, but bugs will be fixed over time. 

The prefixes for the file show their origin:

   tm - TextMate: http://svn.textmate.org/trunk/Bundles/
   sm - SnipMate: http://code.google.com/p/snipmate/

All files without a prefix are either original or cleaned up versions; that is
the snippets inside them are 
  - not using shell script, only python (so they are cross platform compatible)
  - not using any feature that UltiSnips doesn't offer; so no text artifacts should appear    while using those