Skip to content

Commit

Permalink
Adding repeat to list of protected keywords
Browse files Browse the repository at this point in the history
Should fix #37
  • Loading branch information
nerdsupremacist committed Jul 29, 2021
1 parent d99814a commit da932a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Graphaello/Extensions/Environment+custom.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ private let keywords: Set<String> = [
"private",
"extension",
"internal",
"default"
"default",
"repeat",
]

extension Environment {
Expand Down

0 comments on commit da932a2

Please sign in to comment.