Skip to content

Commit

Permalink
Fix watchOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 25, 2024
1 parent 07a3254 commit 2053c37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Neon/TreeSitterClient+Neon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ extension TextViewSystemInterface {
LanguageLayer.Content(string: textStorage.string, limit: limit)
}
}
#endif

@available(macOS 12.0, macCatalyst 15.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
extension TreeSitterClient {
Expand Down Expand Up @@ -107,4 +106,4 @@ extension TreeSitterClient {
return attributedString
}
}

#endif

0 comments on commit 2053c37

Please sign in to comment.