Skip to content

Commit 842c93f

Browse files
committed
hotifix, access to reset syntax highlighting
1 parent ee0c00a commit 842c93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/Controller/TextViewController+Highlighter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
import SwiftTreeSitter
1010

1111
extension TextViewController {
12-
package func setUpHighlighter() {
12+
public func setUpHighlighter() {
1313
if let highlighter {
1414
textView.removeStorageDelegate(highlighter)
1515
self.highlighter = nil

0 commit comments

Comments
 (0)