Skip to content

Commit 0ebdfa6

Browse files
berkcebimarcoscaceres
authored andcommitted
Fix(swift): Add @objcMembers to @attributes (#1820)
1 parent 23f7251 commit 0ebdfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/swift.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function(hljs) {
109109
{
110110
className: 'meta', // @attributes
111111
begin: '(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|' +
112-
'@NSCopying|@NSManaged|@objc|@convention|@required|' +
112+
'@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|' +
113113
'@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|' +
114114
'@infix|@prefix|@postfix|@autoclosure|@testable|@available|' +
115115
'@nonobjc|@NSApplicationMain|@UIApplicationMain)'

0 commit comments

Comments
 (0)