elpasync pushed a change to branch elpa/swift-mode. from 83b691db60 Fix command line option for debugging swift module new 629b8a52ab Add keywords for conditional compilation and annotations new 25e41ed7d4 Support if-expression and switch expression new 55da7a32c9 Bump version to 9.0.0
Summary of changes: swift-mode-beginning-of-defun.el | 6 +- swift-mode-font-lock.el | 14 ++- swift-mode-indent.el | 171 +++++++++++++++++++++---- swift-mode-lexer.el | 14 +-- swift-mode.el | 2 +- test/swift-files/indent/expressions.swift | 202 ++++++++++++++++++++++++++++++ test/swift-files/indent/identifiers.swift | 2 +- test/swift-files/indent/statements.swift | 18 ++- 8 files changed, 387 insertions(+), 42 deletions(-)