Adding "while" keyword

This commit is contained in:
Marco Capano 2018-09-05 18:40:27 +02:00 committed by GitHub
parent 32764b0720
commit 338e3b6ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ private extension SwiftGrammar {
"override", "where", "_", "default", "break",
"#selector", "required", "willSet", "didSet",
"lazy", "subscript", "defer", "continue",
"fallthrough", "repeat"
"fallthrough", "repeat", "while"
]
struct PreprocessingRule: SyntaxRule {