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.
Requires Emacs 24 or later.
You will need Emacs 24+, make and Cask to
build the project.
cd swift-mode
make && make install
Yes, please do! See CONTRIBUTING.md for guidelines.
The indentation code is heavily based on rust-mode's implementation.
Thanks to the following users for their contributions:
- @syohex (Syohei Yoshida)
 
See COPYING. Copyright (c) 2014 Chris Barrett.