https://github.com/louisdh/savannakit
A high-performance, protocol oriented, framework for creating native IDEs for iOS and macOS, written in Swift
https://github.com/louisdh/savannakit
ide ios macos native
Last synced: about 1 year ago
JSON representation
A high-performance, protocol oriented, framework for creating native IDEs for iOS and macOS, written in Swift
- Host: GitHub
- URL: https://github.com/louisdh/savannakit
- Owner: louisdh
- License: mit
- Archived: true
- Created: 2018-02-04T22:19:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T16:42:23.000Z (over 7 years ago)
- Last Synced: 2025-04-30T02:19:15.429Z (about 1 year ago)
- Topics: ide, ios, macos, native
- Language: Swift
- Homepage:
- Size: 8.31 MB
- Stars: 884
- Watchers: 21
- Forks: 76
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
SavannaKit is a high-performance, protocol oriented, framework for creating native IDEs for iOS and macOS, written in Swift.
This project includes `SyntaxTextView`, a cross-platform Text View with syntax highlighting and line numbers.
## Example
The following examples show syntax highlighting for [the Lioness programming language](https://github.com/louisdh/lioness).
### iOS

### macOS

## License
This project is available under the MIT license. See the LICENSE file for more info.