Skip to content

Commit fe34b7f

Browse files
Expand availability guard to all platforms
1 parent ea5c81e commit fe34b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/TextFormation/Filter+Language.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public enum LanguageFilters {
2-
@available(macOS 13.0.0, *)
2+
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
33
public static func generic<Interface: TextFormation.TextSystemInterface>() -> [any Filter<Interface>] {
44
[
55
StandardOpenPairFilter(open: "(", close: ")"),

0 commit comments

Comments
 (0)