From da932a238525ea6e091fefcd0758aba9bf21f672 Mon Sep 17 00:00:00 2001 From: Mathias Quintero Date: Thu, 29 Jul 2021 14:22:32 +0200 Subject: [PATCH] Adding repeat to list of protected keywords Should fix #37 --- Sources/Graphaello/Extensions/Environment+custom.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {