SwiftGrammar: Add missing keyword separator

Lost in merge conflict resolution
This commit is contained in:
John Sundell 2018-09-05 23:36:12 +02:00 committed by GitHub
parent 2a049c2031
commit b2c849e93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]