File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -360,3 +360,12 @@ self.init(className: "Item", dictionary: [
360
360
" summary " : item. summary] )
361
361
362
362
XCAssertEqual ( variables as NSDictionary , expectedVariables as NSDictionary , " \( template) " )
363
+
364
+ NSWorkspace . sharedWorkspace ( ) . notificationCenter. addObserver (
365
+ self , selector: #selector( self . activeApplicationChanged ( _: ) ) ,
366
+ name: NSWorkspaceDidActivateApplicationNotification, object: nil
367
+ )
368
+
369
+ public func find( closure: @noescape Element throws -> Bool ) rethrows -> Element ? {
370
+
371
+ }
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ syntax keyword swiftDebugIdentifier
220
220
221
221
syntax keyword swiftLineDirective #setline
222
222
223
- syntax region swiftTypeWrapper start =" \v :\s *" skip =" \s *,\s *$*\s *" end =" $\| /" me =e - 1 contains =ALLBUT,swiftInterpolatedWrapper transparent
223
+ syntax region swiftTypeWrapper start =" :\s *\(\.\)\@ ! \<\u " skip =" \s *,\s *$*\s *" end =" $\| /" me =e - 1 contains =ALLBUT,swiftInterpolatedWrapper transparent
224
224
syntax region swiftTypeCastWrapper start =" \( as\| is\)\( !\| ?\)\=\s\+ " end =" \v (\s |$|\{ )" contains =swiftType,swiftCastKeyword keepend transparent oneline
225
225
syntax region swiftGenericsWrapper start =" \v\< " end =" \v\> " contains =swiftType transparent oneline
226
226
syntax region swiftLiteralWrapper start =" \v\=\s *" skip =" \v [^\[\] ]\(\) " end =" \v (\[\] |\(\) )" contains =ALL transparent oneline
You can’t perform that action at this time.
0 commit comments