Syntax highlighting is temporarily broken after a nullable block parameter: ```objectivec @interface B - (void)method:(nullable void (^)(NSString *string))x; - (BOOL)brokenHighlight; - (BOOL)correctHighlight; @end ``` GitHub appears to also have this issue!
Syntax highlighting is temporarily broken after a nullable block parameter:
GitHub appears to also have this issue!