Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.09 KB

swift-ts-mode

License: GPL v3 MELPA

A tree-sitter based major-mode for Swift, with support for font-locking, imenu and indentation. Compatible with the following tree-sitter-swift grammar.

Screenshot of swift-ts-mode in Emacs

Installing

This package is available on Melpa:

(use-package swift-ts-mode
    :ensure t)

For manual installation:

(load "path/to/swift-ts-mode.el")

Requirements