From d02abcb88808bf67165fce7cfbbf979cc2ddaf74 Mon Sep 17 00:00:00 2001 From: jdavis Date: Sat, 1 Dec 2012 12:07:45 -0800 Subject: [PATCH] Document CoffeeScript plugin --- Plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Plugins.md b/Plugins.md index 5c6ce91..6c8d798 100644 --- a/Plugins.md +++ b/Plugins.md @@ -173,6 +173,14 @@ The plugin uses the command-not-found package zsh support. Uploads files and piped contents to the [Cloudapp](http://getcloudapp.com/) service. Outputs and copies the resultant URL to the clipboard. Uses the cloudapp ruby gem from @holman. +## coffee +**Maintainer:** [jdavis](https://github.com/jdavis) + +Completion plugin for [CoffeeScript](http://coffeescript.org/). + +For available options, look at the [usage](http://coffeescript.org/#usage) or run the command `coffee --help`. + + ## compleat **Maintainer:** [robbyrussell][robbyrussell]