Skip to content

Commit 27d46d8

Browse files
committed
Add Swift Macros docs to README
1 parent e04c5c1 commit 27d46d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Mainline SwiftSyntax also includes
3838
- `SwiftParser` for natively parsing source code
3939
- `SwiftOperators` for folding SwiftSyntax trees containing operators
4040
- `SwiftSyntaxBuilder` for generating Swift code with a result builder-style interface
41+
- `SwiftSyntaxMacros` for providing syntactic macro support
4142

4243
### Releases
4344

@@ -90,6 +91,7 @@ text editor, or IDE.
9091
- [SwiftSyntax](Sources/SwiftSyntax/Documentation.docc)
9192
- [SwiftParser](Sources/SwiftParser/SwiftParser.docc)
9293
- [SwiftOperators](Sources/SwiftOperators/SwiftOperators.docc)
94+
- [SwiftSyntaxMacros](Sources/SwiftSyntaxMacros/SwiftSyntaxMacros.docc)
9395

9496
## Contributing
9597

0 commit comments

Comments
 (0)