Skip to content

Commit

Permalink
AST: Add sending and actor as keywords
Browse files Browse the repository at this point in the history
Get up2date.
  • Loading branch information
helje5 committed Nov 10, 2024
1 parent a782b99 commit d817429
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Created by Helge Heß.
// Copyright © 2022 ZeeZide GmbH.
// Copyright © 2022-2024 ZeeZide GmbH.
//

// hm, this doesn't actually work:
Expand All @@ -22,9 +22,9 @@ let SwiftReservedWords : Set<String> = [
"if", "guard", "else", "switch", "catch", "throw",
"true", "false", "nil", "self",
"as", "is",
"async", "await",
"typealias", "associatedtype",
"associativity", "dynamic", "convenience", "required", "final",
"didSet", "willSet", "get", "set",
"weak", "unowned"
"weak", "unowned",
"actor", "async", "await", "sending"
]

0 comments on commit d817429

Please sign in to comment.