Skip to content

Commit 7143774

Browse files
authored
Merge pull request #2396 from tayloraswift/patch-1
enable swift source highlighting for the two code blocks in `Working with SwiftSyntax.md`
2 parents 8f1fe05 + 5b3eb0b commit 7143774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftSyntax/Documentation.docc/Working with SwiftSyntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ at build time. For these cases, the SwiftSyntax library provides a method
185185
for transparently interpreting string literals containing source code as syntax
186186
trees when the `SwiftSyntaxBuilder` module is also imported:
187187

188-
```
188+
```swift
189189
import SwiftSyntax
190190
import SwiftParser
191191
import SwiftSyntaxBuilder
@@ -202,7 +202,7 @@ String processing is not limited to string literals. Further interior string
202202
interpolations can be used to parameterize the code in syntax generating
203203
functions.
204204

205-
```
205+
```swift
206206
import SwiftSyntax
207207
import SwiftParser
208208

0 commit comments

Comments
 (0)