When Phabricator shows a diff of an Objective-C method where the brace is on a newline after the method name, e.g.
- (void)method5 {
the context for the diff shows a brace, instead of the method name:
If the brace is on the same line as the name, however, the diff context shows the method name and the brace:
It'd be more helpful if the context showed the method name as the context even if the opening brace was on the newline.
In case it's relevant, the Phabricator server has Pygments 2.0.2 and git 2.6.1.