rechsteiner / swift-ts-mode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%