File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,14 @@ Language Improvements:
32
32
- fix(javascript) ` => ` function with nested ` () ` in params now works (#2502 ) [ Josh Goebel] [ ]
33
33
- fix(typescript) ` => ` function with nested ` () ` in params now works (#2502 ) [ Josh Goebel] [ ]
34
34
- fix(yaml) Fix tags to include non-word characters (#2486 ) [ Peter Plantinga] [ ]
35
+ - fix(swift) ` @objcMembers ` was being partially highlighted (#2543 ) [ Nick Randall] [ ]
35
36
36
37
[ Josh Goebel ] : https://github.com/yyyc514
37
38
[ Peter Plantinga ] : https://github.com/pplantinga
38
39
[ David Benjamin ] : https://github.com/davidben
39
40
[ Vania Kucher ] : https://github.com/qWici
40
41
[ Hankun Lin ] : https://github.com/Linhk1606
42
+ [ Nick Randall ] : https://github.com/nicked
41
43
42
44
43
45
## Version 10.0.2
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export default function(hljs) {
129
129
'@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|' +
130
130
'@infix|@prefix|@postfix|@autoclosure|@testable|@available|' +
131
131
'@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|' +
132
- '@propertyWrapper)'
132
+ '@propertyWrapper)\\b '
133
133
134
134
} ,
135
135
{
You can’t perform that action at this time.
0 commit comments