[SVN] r8017 (Objective-C)

Chris Thomas chris at cjack.com
Tue Aug 21 05:50:27 UTC 2007


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



More information about the textmate-dev mailing list