diff --git a/Sources/Graphaello/Extensions/Environment+custom.swift b/Sources/Graphaello/Extensions/Environment+custom.swift index 2680e2f..1adc3af 100644 --- a/Sources/Graphaello/Extensions/Environment+custom.swift +++ b/Sources/Graphaello/Extensions/Environment+custom.swift @@ -8,7 +8,8 @@ private let keywords: Set = [ "private", "extension", "internal", - "default" + "default", + "repeat", ] extension Environment {