File: control

package info (click to toggle)
swift-mode 9.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: lisp: 13,883; sh: 59; makefile: 43
file content (37 lines) | stat: -rw-r--r-- 1,412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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).