Skip to content

Commit

Permalink
Add unavailable keyword for @available annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Jun 18, 2022
1 parent 7de00af commit 0119128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-mode-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Excludes true, false, and keywords begin with a number sign.")
'("os" "arch" "swift" "compiler" "canImport" "targetEnvironment"
"OSX" "macOS" "iOS" "watchOS" "tvOS" "i386" "x86_64" "arm" "arm64"
"iOSApplicationExtension" "OSXApplicationExtension"
"macOSApplicationExtension" "simulator")
"macOSApplicationExtension" "simulator" "unavailable")
"Keywords for build configuration statements.")

(defconst swift-mode:standard-precedence-groups
Expand Down

0 comments on commit 0119128

Please sign in to comment.