Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpsim/swiftedit

A proof-of-concept editor, written in Swift, that supports Swift syntax highlighting using SourceKit.
https://github.com/jpsim/swiftedit

Last synced: 10 days ago
JSON representation

A proof-of-concept editor, written in Swift, that supports Swift syntax highlighting using SourceKit.

Awesome Lists containing this project

README

        

# SwiftEdit

A proof-of-concept editor, written in Swift, that supports Swift syntax
highlighting using [SourceKitten][sourcekitten].

![Screenshot](screenshot.jpg)

## Requirements

* Xcode 9
* Git submodules updated: `git submodule update --init --recursive`

## Credits

Fork of [github.com/sjhorn/SwiftEdit][original], Swift syntax highlighting by
[@jpsim](/jpsim).

## LICENSE

Swift Edit is licensed under the
[http://creativecommons.org/licenses/by-sa/3.0/][creativecommons].

[original]: https://github.com/sjhorn/SwiftEdit
[sourcekitten]: https://github.com/jpsim/SourceKitten
[creativecommons]: http://creativecommons.org/licenses/by-sa/3.0/