-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Highlightr as syntax highlighter
- Loading branch information
1 parent
61af033
commit 66f62dd
Showing
5 changed files
with
277 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// UITextView+contentTextView.swift | ||
// Pyto | ||
// | ||
// Created by Adrian Labbé on 31-07-20. | ||
// Copyright © 2020 Adrian Labbé. All rights reserved. | ||
// | ||
|
||
import UIKit | ||
|
||
// Because I replaced `SyntaxTextView` to `UITextView` | ||
|
||
extension UITextView { | ||
|
||
var contentTextView: UITextView { | ||
return self | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.