We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f7251 commit 0ebdfa6Copy full SHA for 0ebdfa6
src/languages/swift.js
@@ -109,7 +109,7 @@ function(hljs) {
109
{
110
className: 'meta', // @attributes
111
begin: '(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|' +
112
- '@NSCopying|@NSManaged|@objc|@convention|@required|' +
+ '@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|' +
113
'@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|' +
114
'@infix|@prefix|@postfix|@autoclosure|@testable|@available|' +
115
'@nonobjc|@NSApplicationMain|@UIApplicationMain)'
0 commit comments