macOS: Syntax highlighter: Swift can bridge c strings automatically

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-03-22 15:31:02 +05:30
parent 9afe230c10
commit dbd5ea1ff0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class ConfTextStorage: NSTextStorage {
.font: defaultFont
]
backingStore.setAttributes(defaultAttributes, range: fullTextRange)
var spans = highlight_config(backingStore.string.cString(using: String.Encoding.utf8))!
var spans = highlight_config(backingStore.string)!
evaluateExcludePrivateIPs(highlightSpans: spans)
while spans.pointee.type != HighlightEnd {