branch: elpa/swift-mode commit 0bf214bb28d38c388468d6b24ff05f501114d9dd Author: Chris Barrett <chris.d.barr...@me.com> Commit: Chris Barrett <chris.d.barr...@me.com>
Update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd242c..a965a62 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ ## Summary -Major-mode for Apple's Swift programming language. +Major-mode for Apple's Swift programming language. Currently provides: + +- syntax highlighting +- indentation This is currently at an early stage of development and there's plenty of work to do. Check the issue tracker. @@ -21,6 +24,10 @@ build the project. Yes, please do! See CONTRIBUTING.md for guidelines. +## Acknowledgements + +The indentation code is heavily based on [rust-mode]()'s implementation. + Thanks to the following users for their contributions: - [@syohex](https://github.com/syohex) (Syohei Yoshida)