Skip to content

Commit

Permalink
Update Swift syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 4, 2024
1 parent d3ea9d6 commit 5b4a85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Improvements

- Update the Swift syntax to add `@ViewLoading` and `@WindowLoading` attributes.
- Update the Swift syntax to add `@Bindable`, `@ViewLoading`, and `@WindowLoading` attributes.
- [trivial] Rename “Move Focus” commands.
- [trivial] Focus on the first input field when opening a dialog.

Expand Down
3 changes: 2 additions & 1 deletion CotEditor/Resources/Syntaxes/Swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ attributes:
- beginString: '@autoclosure'
- beginString: '@available'
- beginString: '@backDeployed'
- beginString: '@Bindable'
- beginString: '@Binding'
- beginString: '@convention'
- beginString: '@derivative'
Expand Down Expand Up @@ -221,7 +222,7 @@ metadata:
author: 1024jp
description: Based on Swift 6.0
distributionURL: https://coteditor.com
lastModified: '2024-10-17'
lastModified: '2024-11-04'
license: Same as CotEditor
version: 4.12.1
numbers:
Expand Down

0 comments on commit 5b4a85b

Please sign in to comment.