branch: elpa/swift-mode
commit bd5b2cbbee290ed206433940fec450660c0975c4
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Add links to lsp-sourcekit and swift-helpful
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 4ea1a2a..68df61d 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,8 @@ For other commands, run `make help`.
- [Official swift-mode.el by
Apple](https://github.com/apple/swift/blob/master/utils/swift-mode.el): Seems
still in very early stage for now. We cannot contribute to it due to the
license incompatibility.
- [sourcekit-lsp](https://github.com/apple/sourcekit-lsp): Language Server
Protocol implementation for Swift and C-based languages.
+- [lsp-sourcekit](https://github.com/emacs-lsp/lsp-sourcekit): Emacs client
for lsp-sourcekit.
+- [swift-helpful](https://github.com/danielmartin/swift-helpful): Shows
documentation about Swift keywords, attributes, and API.
- [company-sourcekit](https://github.com/nathankot/company-sourcekit):
Completion for Swift projects via SourceKit with the help of SourceKitten.
- [flycheck-swift](https://github.com/swift-emacs/flycheck-swift): Flycheck
extensions for Swift.
-
[swift-playground-mode](https://gitlab.com/michael.sanders/swift-playground-mode):
Emacs support for Swift playgrounds.