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 0209f67 commit e38f34bCopy full SHA for e38f34b
Sources/SwiftLanguageService/SwiftPlaygroundsScanner.swift
@@ -93,7 +93,7 @@ final class SwiftPlaygroundsScanner: SyntaxVisitor {
93
record(
94
id: playgroundID,
95
label: playgroundLabel,
96
- range: node.positionAfterSkippingLeadingTrivia..<node.endPositionBeforeTrailingTrivia
+ range: node.trimmedRange
97
)
98
99
return .skipChildren
0 commit comments