swift-ts-mode

Tree-sitter based major-mode for Swift in Emacs, with support for font-locking, imenu and indentation.

GPL-3.0 License

Stars
9

swift-ts-mode

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

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