You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# SwiftSyntaxSugar
2
2
3
-
SwiftSyntaxSugar is a library that provides syntactic sugar and helpful extensions for [SwiftSyntax](https://github.com/swiftlang/swift-syntax). The purpose of this library is to improve the readability and maintainability of code written using SwiftSyntax.
3
+
`SwiftSyntaxSugar` is a library that provides syntactic sugar and helpful extensions for [`SwiftSyntax`](https://github.com/swiftlang/swift-syntax).
4
+
The purpose of this library is to improve the readability and maintainability of code written using `SwiftSyntax`.
4
5
5
6
-[Example](#example)
6
7
-[Installation](#installation)
@@ -37,15 +38,15 @@ let isProtocolActorConstrained = protocolDeclaration.inheritanceClause?.inherite
37
38
38
39
## Installation
39
40
40
-
To add SwiftSyntaxSugar to a Swift package manifest file:
41
-
- Add the SwiftSyntaxSugar package to your package's `dependencies`:
41
+
To add `SwiftSyntaxSugar` to a Swift package manifest file:
42
+
- Add the `SwiftSyntaxSugar` package to your package's `dependencies`:
0 commit comments