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 can install a snapshot version of swift-mode from the
MELPA repository. The version of
swift-mode there will always be up-to-date, but it might be unstable
(albeit rarely).
You can install the last stable version of swift-mode from the
MELPA Stable repository.
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.