Source: swift-mode
Section: editors
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Xiyue Deng <manphiz@gmail.com>
Build-Depends: debhelper-compat (= 13),
 dh-elpa
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/emacsen-team/swift-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/swift-mode.git
Homepage: https://github.com/swift-emacs/swift-mode

Package: elpa-swift-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: Major-mode for Apple's Swift programming language
 A major-mode for Apple's Swift programming language.
 .
 Features:
  * Font Lock
  * Indentation
  * forward-sexp
  * beginning-of-defun, end-of-defun, mark-defun, and narrow-to-defun.
  * beginning-of-sentence, end-of-sentence, kill-sentence,
    backward-kill-sentence, mark-sentence, and narrow-to-sentence. A
    sentence is a statement outside comments or strings, or an ordinal
    sentence inside comments or strings.
  * indent-new-comment-line
  * Imenu
  * Running Swift REPL in a buffer (M-x run-swift)
  * Build Swift module (M-x swift-mode:build-swift-module)
  * Build iOS app (M-x swift-mode:build-ios-app)
  * Running debugger on Swift module (M-x swift-mode:debug-swift-module)
  * Running debugger on iOS app in simulator or device (M-x
    swift-mode:debug-ios-app) (ios-deploy is required to debug on
    device).
