From b2c849e93e6e749fca989d1ffc7bbb25b17278d8 Mon Sep 17 00:00:00 2001 From: John Sundell Date: Wed, 5 Sep 2018 23:36:12 +0200 Subject: [PATCH] SwiftGrammar: Add missing keyword separator Lost in merge conflict resolution --- Sources/Splash/Grammar/SwiftGrammar.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Splash/Grammar/SwiftGrammar.swift b/Sources/Splash/Grammar/SwiftGrammar.swift index 6d7dcee..591aef3 100644 --- a/Sources/Splash/Grammar/SwiftGrammar.swift +++ b/Sources/Splash/Grammar/SwiftGrammar.swift @@ -47,7 +47,7 @@ private extension SwiftGrammar { "super", "self", "set", "true", "false", "nil", "override", "where", "_", "default", "break", "#selector", "required", "willSet", "didSet", - "lazy", "subscript", "defer", "inout", "while" + "lazy", "subscript", "defer", "inout", "while", "continue", "fallthrough", "repeat" ]