From c848558a39ddd685a525bb4ab2b2e5fb95d577b2 Mon Sep 17 00:00:00 2001 From: Benedikt Terhechte Date: Wed, 16 Mar 2016 16:11:26 +1100 Subject: [PATCH] Updated documentation --- Readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2c822d7..d46b21c 100644 --- a/Readme.md +++ b/Readme.md @@ -31,6 +31,10 @@ Have a look at the [Protocol.org](https://github.com/terhechte/SourceKittenDaemo You'll find an [installable package under the releases tab](https://github.com/terhechte/SourceKittenDaemon/releases/tag/0.1.2) +### Homebrew + +(Coming Soon) + ### Source 1. Clone the repository @@ -56,6 +60,9 @@ protocol is outlined in the Protocol.org file in this repository. SourceKittenDaemon is used in the [company-sourcekit Emacs Swift plugin](https://github.com/nathankot/company-sourcekit): +### Atom +[autocomplete-swift](https://atom.io/packages/autocomplete-swift) is a working Atom plugin offering Swift auto completion support via SourceKittenDaemon. + ### TextMate There's a [working implementation for TextMate](https://github.com/terhechte/TextMateSwiftCompletion) here. @@ -77,4 +84,5 @@ SourceKittenDaemon is not Linux-Ready yet, but I'll investigate this in the next ## Thanks -A *lot* of thanks go to [Nathan Kot](https://github.com/nathankot) who wrote most parts of this. +- A *lot* of thanks go to [Nathan Kot](https://github.com/nathankot) who wrote most parts of this. +- [Tomoya Kose](https://github.com/mitsuse) for updating the project so it works with Homebrew again