We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8405bf9 commit 51fb4cbCopy full SHA for 51fb4cb
Sources/SwiftSyntaxBuilder/Tokens.swift.gyb
@@ -62,7 +62,7 @@ public extension TokenSyntax {
62
static var eof: TokenSyntax {
63
SyntaxFactory.makeToken(.eof, presence: .present)
64
}
65
- /// The `open` token
+ /// The `open` contextual token
66
static var open: TokenSyntax {
67
SyntaxFactory.makeContextualKeyword("open")
68
.withTrailingTrivia(.spaces(1))
0 commit comments