Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khoi/codemirror-swift

🪞 Swift wrapper for CodeMirror 6
https://github.com/khoi/codemirror-swift

codemirror6 ios macos spm swift syntax-highlighting

Last synced: 3 months ago
JSON representation

🪞 Swift wrapper for CodeMirror 6

Awesome Lists containing this project

README

        

## ✨ Features

- ⚡️ Minimal and fast
- 🐘 Can deal with huge document
- 🧛‍♂️ Dark/light theme
- 📱 Supports macOS and iOS
- 🧑‍🎨 SwiftUI

## 📦 SPM

Add `https://github.com/khoi/codemirror-swift.git` to your dependencies.

## 🚧 Modifications

- Make changes to [./Sources/CodeMirror/src/editor.js](./Sources/CodeMirror/src/editor.js)
- Run `make build-codemirror`

## 🙇‍♂️ Credit

- https://codemirror.net
- https://github.com/ProxymanApp/CodeMirror-Swift