Skip to content

Commit

Permalink
Fix availability guard
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Sep 8, 2024
1 parent d7233b3 commit 4f0b7e1
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 @@ -67,7 +67,7 @@ extension TextViewSystemInterface {
}
#endif

@available(macOS 12, *)
@available(macOS 12.0, macCatalyst 15.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
extension TreeSitterClient {
/// Highlight an input string.
public static func highlight(
Expand Down

0 comments on commit 4f0b7e1

Please sign in to comment.