Fix the meta-id-with-protocol-list rule: - add \b before the 'id' to avoid parsing, for example, (item_id < 10) as the beginning of an id-with-protocol sequence - capture whitespace between id and <x> using "\s*" instead of "\s?" Changed: U trunk/Bundles/Objective-C.tmbundle/Syntaxes/Objective-C.tmLanguage