Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jpsim/swiftedit
- Owner: jpsim
- Created: 2014-07-07T05:13:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T17:16:26.000Z (about 7 years ago)
- Last Synced: 2025-01-09T02:26:56.116Z (15 days ago)
- Language: Swift
- Size: 440 KB
- Stars: 240
- Watchers: 8
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/