Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khoi/codemirror-swift
- Owner: khoi
- License: mit
- Created: 2022-06-16T04:27:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T03:41:38.000Z (over 1 year ago)
- Last Synced: 2023-05-18T04:42:13.458Z (over 1 year ago)
- Topics: codemirror6, ios, macos, spm, swift, syntax-highlighting
- Language: Swift
- Homepage:
- Size: 1.57 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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