Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes authored Dec 13, 2023
1 parent ab893c6 commit 9d90fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```swift
func foo<T>(x: T) async throws -> Int where T: Equatable {}
let int = /(?x)\\N\{(?:U\+[0-9a-fA-F]{1,8} | [\s\w-]+)\}/
let pattern = /(?x)\\N\{(?:U\+[0-9a-fA-F]{1,8} | [\s\w-]+)\}/
```

This grammar is used for syntax highlighting by several popular projects, including:
Expand Down

0 comments on commit 9d90fa8

Please sign in to comment.