UltiSnips/UltiSnips
2010-05-16 15:22:16 -03:00
..
all.snippets Added lorem ipsum text 2009-09-23 11:42:14 +02:00
c.snippets Fixed a backslash in printf and fprintf snippets 2009-07-21 18:03:39 +02:00
cpp.snippets Added support for extends keyword. With this it is simple to make inheritance trees of snippets for file types 2009-08-02 11:57:43 +02:00
help.snippets Added support for b option. Some snippets can be defined to only be valid at the beginning of the line 2009-07-18 00:51:19 +02:00
html.snippets Cleaned up HTML snippets 2009-07-29 19:29:28 +02:00
java.snippets Cleaned up java snippets 2009-08-17 17:29:06 +02: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 Added PythonResult class to handle indentation, etc automatically. Modified my python snippets to use it. 2010-05-16 15:22:16 -03:00
README Fixed README 2009-07-20 07:42:21 +02:00
rst.snippets Trivial change to get tags removed 2010-01-25 16:34:59 +01:00
sh.snippets Unified hdr to #! 2009-07-24 16:43:32 +02:00
snippet.snippets Added snippets for snippets. Fixed a subtle bug with overwriting snippets 2009-07-19 12:56:10 +02: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 Replaced space indent through tab indent in snippets. This is more logical now that expandtab is adhered to 2009-07-29 22:46:11 +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. 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