SyntaxFix
Write A Post
Hire A Developer
Questions
In Objective-C code Xcode detects comments like // MARK: - foo which is a bit more portable than #pragma. But these do not seem to be picked up, too (yet?).
// MARK: - foo
#pragma
Edit: Fixed in Xcode 6 beta 4.