Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Helpful | 937 | a month ago | 98 | Emacs Lisp | ||||||
A better Emacs *help* buffer | ||||||||||
Diff Hl | 758 | a month ago | 16 | gpl-3.0 | Emacs Lisp | |||||
Emacs package for highlighting uncommitted changes | ||||||||||
Emacs Kaolin Themes | 616 | 2 months ago | 3 | gpl-3.0 | Emacs Lisp | |||||
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal. | ||||||||||
Rjsx Mode | 592 | 3 years ago | 24 | mit | Emacs Lisp | |||||
A JSX major mode for Emacs | ||||||||||
Emacs | 472 | a month ago | 37 | mit | Emacs Lisp | |||||
An arctic, north-bluish clean and elegant Emacs theme. | ||||||||||
Highlight Indentation For Emacs | 398 | 2 years ago | 6 | Emacs Lisp | ||||||
Minor modes to highlight indentation guides in emacs. | ||||||||||
Orgcss | 394 | a month ago | 5 | other | CSS | |||||
Simple and clean CSS for Org-exported HTML | ||||||||||
Guide Key | 367 | 4 years ago | 20 | Emacs Lisp | ||||||
Guide following keys to an input key sequence automatically and dynamically in Emacs. | ||||||||||
Emacs Theme Darktooth | 294 | 8 months ago | gpl-3.0 | Emacs Lisp | ||||||
Darktooth : From the darkness... it watches. | ||||||||||
Color Identifiers Mode | 285 | 2 months ago | 7 | Emacs Lisp | ||||||
Emacs minor mode to highlight each source code identifier uniquely based on its name |
An Emacs major mode for Swift.
Provides syntax highlighting, indentation support and a few commands.
##Requirements
You must be using Emacs 24 or newer. The Emacs currently distributed
with OS X is 22.1.1 which is not capable of supporting
swift-mode
. Consider downloading the latest Emacs for Mac OS
X release, or consult your favourite
package manager.
##Installation
Put swift-mode.el
somewhere in your load-path
Add the following to your ~/.emacs
file:
(require
'swift-mode)
swift-mode
will now be called whenever a .swift
file is opened,
or by executing M-x swift-mode
MIT Licence (see LICENCE in this repository)
Lots! Please send your pull requests.