Skip to content

Commit

Permalink
Make sure to not target tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 25, 2024
1 parent 2053c37 commit cd0b80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Neon/TreeSitterClient+Neon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extension LanguageLayer.Content {
}
}

#if os(macOS) || os(iOS) || os(visionOS) || os(tvOS)
#if os(macOS) || os(iOS) || os(visionOS)
extension TextViewSystemInterface {
func languageLayerContent(with limit: Int) -> LanguageLayer.Content {
LanguageLayer.Content(string: textStorage.string, limit: limit)
Expand Down

0 comments on commit cd0b80f

Please sign in to comment.