Add async/await keywords to Swift style

This commit is contained in:
1024jp 2021-01-23 23:14:56 +09:00
parent 473b11c943
commit 23677642ff
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,7 @@ Change Log
### Improvements
- Update LaTeX syntax style to support `\(x^2\)` style linline math equations.
- Update Swift syntax style to add `async`, `await`, and `@asyncHandler`.
- Prevent flashing the acknowledgement window on the first launch in the Dark Mode.
- [dev] Update Yams from 4.0.1 to 4.0.4.

View File

@ -4,10 +4,10 @@ extensions:
metadata:
author: "1024jp"
distributionURL: "https://coteditor.com"
version: "4.3.0"
version: "4.4.0"
description: "Based on Swift 5.3"
license: "Same as CotEditor"
lastModified: "2020-08-17"
lastModified: "2021-01-23"
outlineMenu:
- beginString: "//[ \\t]*(MARK:|TODO:|FIXME)[ \\t](.+)"
keyString: "$2"
@ -47,6 +47,7 @@ completions: []
attributes:
- beginString: "@autoclosure"
- beginString: "@available"
- beginString: "@asyncHandler"
- beginString: "@Binding"
- beginString: "@convention"
- beginString: "@derivative"
@ -357,6 +358,8 @@ keywords:
- beginString: "assignment"
- beginString: "associatedtype"
- beginString: "associativity"
- beginString: "async"
- beginString: "await"
- beginString: "break"
- beginString: "case"
- beginString: "catch"